customProperties property
Returns an unmodifiable view of the custom properties map.
Implementation
UnmodifiableMapView<String, dynamic> get customProperties =>
UnmodifiableMapView(_customProperties);
Returns an unmodifiable view of the custom properties map.
UnmodifiableMapView<String, dynamic> get customProperties =>
UnmodifiableMapView(_customProperties);