string method

String string(
  1. T widget
)

Implementation

String string(T widget) {
  return stringExtractor(widget);
}