stringify method

String stringify(
  1. T self
)

Implementation

String stringify(T self) => throw MapperException.unsupportedMethod(
    MapperMethod.stringify, mapper.type);