NullableReflectCollectionsModel class

Available extensions
Annotations

Constructors

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?>{}})
const

Properties

$mirror ArtifactMirror

Available on NullableReflectCollectionsModel, provided by the $NullableReflectCollectionsModel extension

no setter
aListOfNullableStrings List<String?>
final
aListOfNullableSubObjects List<NullableReflectSubObject?>
final
aMapOfStringToNullableString Map<String, String?>
final
aMapOfStringToNullableSubObject Map<String, NullableReflectSubObject?>
final
aSetOfNullableStrings Set<String?>
final
aSetOfNullableSubObjects Set<NullableReflectSubObject?>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
to ArtifactModelExporter

Available on NullableReflectCollectionsModel, provided by the $NullableReflectCollectionsModel extension

no setter

Methods

copyWith({List<String?>? aListOfNullableStrings, bool resetAListOfNullableStrings = _F, List<String?>? appendAListOfNullableStrings, List<String?>? removeAListOfNullableStrings, Set<String?>? aSetOfNullableStrings, bool resetASetOfNullableStrings = _F, Set<String?>? appendASetOfNullableStrings, Set<String?>? removeASetOfNullableStrings, List<NullableReflectSubObject?>? aListOfNullableSubObjects, bool resetAListOfNullableSubObjects = _F, List<NullableReflectSubObject?>? appendAListOfNullableSubObjects, List<NullableReflectSubObject?>? removeAListOfNullableSubObjects, Set<NullableReflectSubObject?>? aSetOfNullableSubObjects, bool resetASetOfNullableSubObjects = _F, Set<NullableReflectSubObject?>? appendASetOfNullableSubObjects, Set<NullableReflectSubObject?>? removeASetOfNullableSubObjects, Map<String, String?>? aMapOfStringToNullableString, bool resetAMapOfStringToNullableString = _F, Map<String, NullableReflectSubObject?>? aMapOfStringToNullableSubObject, bool resetAMapOfStringToNullableSubObject = _F}) NullableReflectCollectionsModel

Available on NullableReflectCollectionsModel, provided by the $NullableReflectCollectionsModel extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>

Available on NullableReflectCollectionsModel, provided by the $NullableReflectCollectionsModel extension

toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited