textSelector method

string textSelector(
  1. T? e
)

Implementation

string textSelector(T? e) => textValueSelector(e).firstOrNull ?? "";