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