toFrontendConverter property

String Function(T taggable) toFrontendConverter
final

Converts a taggable to a string to display in the linked text field.

Implementation

final String Function(T taggable) toFrontendConverter;