toBackendConverter property

String Function(T taggable) toBackendConverter
final

Converts a taggable to a string that is stored in the database.

Implementation

final String Function(T taggable) toBackendConverter;