NullableReflectCollectionsModel constructor
const
NullableReflectCollectionsModel({
- List<
String?> aListOfNullableStrings = const <String?>[], - Set<
String?> aSetOfNullableStrings = const <String?>{}, - List<
NullableReflectSubObject?> aListOfNullableSubObjects = const <NullableReflectSubObject?>[], - Set<
NullableReflectSubObject?> aSetOfNullableSubObjects = const <NullableReflectSubObject?>{}, - Map<
String, String?> aMapOfStringToNullableString = const <String, String?>{}, - Map<
String, NullableReflectSubObject?> aMapOfStringToNullableSubObject = const <String, NullableReflectSubObject?>{},
Implementation
const NullableReflectCollectionsModel({
this.aListOfNullableStrings = const <String?>[],
this.aSetOfNullableStrings = const <String?>{},
this.aListOfNullableSubObjects = const <NullableReflectSubObject?>[],
this.aSetOfNullableSubObjects = const <NullableReflectSubObject?>{},
this.aMapOfStringToNullableString = const <String, String?>{},
this.aMapOfStringToNullableSubObject =
const <String, NullableReflectSubObject?>{},
});