getById abstract method

Future<ReadResult<T>> getById(
  1. ReadOperation<T> operation
)

Loads the instance of T whose primary key is found at ReadOperation.itemId.

Implementation

Future<ReadResult<T>> getById(ReadOperation<T> operation);