toFrontendConverter property

String Function(T taggable) toFrontendConverter
final

Converts a taggable to a string that is displayed to the user.

Implementation

final String Function(T taggable) toFrontendConverter;