hasListRecord abstract method
The function should tell if the current list contains a record with
the unique identifier Key
.
Implementation
@protected
bool hasListRecord(Key key);
The function should tell if the current list contains a record with
the unique identifier Key
.
@protected
bool hasListRecord(Key key);