toBackendConverter property

String Function(T taggable) toBackendConverter
final

Converts a taggable to a unique identifier for internal and backend use.

Implementation

final String Function(T taggable) toBackendConverter;