stringify method

  1. @override
String stringify(
  1. T value,
  2. MappingContext context
)
inherited

The mapping method to get the string representation of value.

Implementation

@override
String stringify(T value, MappingContext context) => value.toString();