valueSelector method

string valueSelector(
  1. T? e
)

Implementation

string valueSelector(T? e) => textValueSelector(e).lastOrNull ?? "";