convertTo method

String? convertTo(
  1. T? value
)

Implementation

String? convertTo(T? value) => value?.toString();