idFieldGetter property
This property should be used to retrieve the id field of the dataclass passed as parameter, if there is one. In case the class does not have a identifier field, just leave this property null;
Implementation
final IdentifierGetter<T>? idFieldGetter;