getItems abstract method

Future<ReadListResult<T>> getItems(
  1. ReadListOperation<T> operation
)

Loads all instances of T that satisfy any filtes or pagination on ReadListOperation.details.

Implementation

Future<ReadListResult<T>> getItems(ReadListOperation<T> operation);