idFieldGetter property

IdentifierGetter<T>? get idFieldGetter

The function that selects the id property of this dataset

Implementation

IdentifierGetter<T>? get idFieldGetter => options.idFieldGetter;