stringify method
The mapping method to get the string representation of value
.
Implementation
@override
String stringify(T value, MappingContext context) => value.toString();
The mapping method to get the string representation of value
.
@override
String stringify(T value, MappingContext context) => value.toString();