toBackendConverter property
Converts a taggable to a string that is stored in the database.
Implementation
final String Function(T taggable) toBackendConverter;
Converts a taggable to a string that is stored in the database.
final String Function(T taggable) toBackendConverter;