getIdForRecord method

  1. @override
KType getIdForRecord(
  1. RType record
)
override

Returns the key that will be used to key the results

Implementation

@override
KType getIdForRecord(RType record) => delegate.getIdForRecord(record);