copyWith method

NullableReflectCollectionsModel copyWith({
  1. List<String?>? aListOfNullableStrings,
  2. bool resetAListOfNullableStrings = _F,
  3. List<String?>? appendAListOfNullableStrings,
  4. List<String?>? removeAListOfNullableStrings,
  5. Set<String?>? aSetOfNullableStrings,
  6. bool resetASetOfNullableStrings = _F,
  7. Set<String?>? appendASetOfNullableStrings,
  8. Set<String?>? removeASetOfNullableStrings,
  9. List<NullableReflectSubObject?>? aListOfNullableSubObjects,
  10. bool resetAListOfNullableSubObjects = _F,
  11. List<NullableReflectSubObject?>? appendAListOfNullableSubObjects,
  12. List<NullableReflectSubObject?>? removeAListOfNullableSubObjects,
  13. Set<NullableReflectSubObject?>? aSetOfNullableSubObjects,
  14. bool resetASetOfNullableSubObjects = _F,
  15. Set<NullableReflectSubObject?>? appendASetOfNullableSubObjects,
  16. Set<NullableReflectSubObject?>? removeASetOfNullableSubObjects,
  17. Map<String, String?>? aMapOfStringToNullableString,
  18. bool resetAMapOfStringToNullableString = _F,
  19. Map<String, NullableReflectSubObject?>? aMapOfStringToNullableSubObject,
  20. 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),);