adapters property

  1. @protected
Map<String, RemoteAdapter<DataModel>> adapters
latefinalinherited

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
late final Map<String, RemoteAdapter> adapters;