get<_Model extends _ManagedModel> abstract method

dynamic get<_Model extends _ManagedModel>({
  1. Query query,
})

Query for raw data from all Providers.

Optionally, the repository can be passed to the same provider method with a named argument (repository: this) to use in the Adapter.

Implementation

// ignore: always_declare_return_types
get<_Model extends _ManagedModel>({Query query});