stringify method

  1. @override
String stringify(
  1. T self
)
override

Implementation

@override
String stringify(T self) => self.toString();