id property
A unique id for this type, defaults to the name of the type.
Override this if you have two types with the same name.
Implementation
String get id => T.name;
A unique id for this type, defaults to the name of the type.
Override this if you have two types with the same name.
String get id => T.name;