makeCollectionsUnmodifiable property

  1. @JsonKey(defaultValue: true)
bool? makeCollectionsUnmodifiable
final

If true, then this converts List, Map and Set into respectively UnmodifiableListView, UnmodifiableMapView or UnmodifiableSetView.

Implementation

@JsonKey(defaultValue: true)
final bool? makeCollectionsUnmodifiable;