defaultConvert<T> static method

String defaultConvert<T>(
  1. T val
)

Implementation

static String defaultConvert<T>(T val) => '$val';