copyWith method
Implementation
NullableReflectSubObject copyWith({String? value,bool resetValue=_F,int? anotherValue,bool resetAnotherValue=_F,int? deltaAnotherValue,})=>NullableReflectSubObject(value: resetValue?"something":(value??_H.value),anotherValue: deltaAnotherValue!=null?(anotherValue??_H.anotherValue)+deltaAnotherValue:resetAnotherValue?42:(anotherValue??_H.anotherValue),);