modelName property

String get modelName

The name of the type passed as type parameter

Implementation

String get modelName =>
    T.toString().replaceAll('Symbol(', '').replaceAll(')', '');