stringify method

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

The mapping method to get the string representation of value.

Implementation

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