adapters property

  1. @protected
  2. @nonVirtual
Map<String, RemoteAdapter<DataModelMixin>> adapters
inherited

All adapters for the relationship subgraph of T and their relationships.

This Map is typically required when initializing new models, and passed as-is.

Implementation

@protected
@nonVirtual
Map<String, RemoteAdapter> get adapters => _adapters!;