idSelector property
Function to extract the unique identifier from a model instance.
Example: (obj) => obj.id or (obj) => obj.documentId.toString()
Implementation
final String Function(dynamic model) idSelector;
Function to extract the unique identifier from a model instance.
Example: (obj) => obj.id or (obj) => obj.documentId.toString()
final String Function(dynamic model) idSelector;