asString method

String asString(
  1. T item
)

Implementation

String asString(T item) => itemAsString?.call(item) ?? item.toString();