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