toString method
- @override
override
Returns a string representation of this object.
Implementation
@override
String toString() =>
'Type $t is unsupported. The type parameter must be one of these types: $allowedTypes';
Returns a string representation of this object.
@override
String toString() =>
'Type $t is unsupported. The type parameter must be one of these types: $allowedTypes';