attributes property
ReadOnlyMapView<String, dynamic>
get
attributes
contains the underlying attributes returned by the api and allows a user to access arbitrary data in the attributes by actual api name
WARNING: This Map cannot be modified.
Implementation
ReadOnlyMapView<String, dynamic> get attributes =>
ReadOnlyMapView(_attributes);