find<T> abstract method

Future<T?> find<T>(
  1. dynamic key, [
  2. Type type
])

Finds an entity of the specified type by primary key.

Implementation

Future<T?> find<T>(dynamic key, [Type type]);