modelName property
String
get
modelName
The name of the type passed as type parameter
Implementation
String get modelName =>
T.toString().replaceAll('Symbol(', '').replaceAll(')', '');
The name of the type passed as type parameter
String get modelName =>
T.toString().replaceAll('Symbol(', '').replaceAll(')', '');