hasListRecord abstract method

  1. @protected
bool hasListRecord(
  1. Key key
)

The function should tell if the current list contains a record with the unique identifier Key.

Implementation

@protected
bool hasListRecord(Key key);