customProperties property

UnmodifiableMapView<String, dynamic> get customProperties

Returns an unmodifiable view of the custom properties map.

Implementation

UnmodifiableMapView<String, dynamic> get customProperties =>
    UnmodifiableMapView(_customProperties);