copyWith method
NullableReflectCollectionsModel
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,
Implementation
NullableReflectCollectionsModel 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(aListOfNullableStrings: ((resetAListOfNullableStrings?const <String?>[]:(aListOfNullableStrings??_H.aListOfNullableStrings)) as List<String?>).$u(appendAListOfNullableStrings,removeAListOfNullableStrings),aSetOfNullableStrings: ((resetASetOfNullableStrings?const <String?>{}:(aSetOfNullableStrings??_H.aSetOfNullableStrings)) as Set<String?>).$u(appendASetOfNullableStrings,removeASetOfNullableStrings),aListOfNullableSubObjects: ((resetAListOfNullableSubObjects?const <NullableReflectSubObject?>[]:(aListOfNullableSubObjects??_H.aListOfNullableSubObjects)) as List<NullableReflectSubObject?>).$u(appendAListOfNullableSubObjects,removeAListOfNullableSubObjects),aSetOfNullableSubObjects: ((resetASetOfNullableSubObjects?const <NullableReflectSubObject?>{}:(aSetOfNullableSubObjects??_H.aSetOfNullableSubObjects)) as Set<NullableReflectSubObject?>).$u(appendASetOfNullableSubObjects,removeASetOfNullableSubObjects),aMapOfStringToNullableString: resetAMapOfStringToNullableString?const <String, String?>{}:(aMapOfStringToNullableString??_H.aMapOfStringToNullableString),aMapOfStringToNullableSubObject: resetAMapOfStringToNullableSubObject?const <String, NullableReflectSubObject?>{}:(aMapOfStringToNullableSubObject??_H.aMapOfStringToNullableSubObject),);