fromMap static method
Implementation
static NullableReflectCollectionsModel fromMap(Map<String,dynamic> r){_;Map<String,dynamic> m=r.$nn;return NullableReflectCollectionsModel(aListOfNullableStrings: m.$c('aListOfNullableStrings') ? (m['aListOfNullableStrings'] as List).$m((e)=> ArtifactCodecUtil.da(e, String) as String?).$l : const <String?>[],aSetOfNullableStrings: m.$c('aSetOfNullableStrings') ? (m['aSetOfNullableStrings'] as List).$m((e)=> ArtifactCodecUtil.da(e, String) as String?).$s : const <String?>{},aListOfNullableSubObjects: m.$c('aListOfNullableSubObjects') ? (m['aListOfNullableSubObjects'] as List).$m((e)=>$NullableReflectSubObject.fromMap((e) as Map<String, dynamic>)).$l : const <NullableReflectSubObject?>[],aSetOfNullableSubObjects: m.$c('aSetOfNullableSubObjects') ? (m['aSetOfNullableSubObjects'] as List).$m((e)=>$NullableReflectSubObject.fromMap((e) as Map<String, dynamic>)).$s : const <NullableReflectSubObject?>{},aMapOfStringToNullableString: m.$c('aMapOfStringToNullableString') ? ArtifactDataUtil.fe((m['aMapOfStringToNullableString'] as Map).$e.$m((e)=>MapEntry<String, String?>(e.key, ArtifactCodecUtil.da(e.value, String) as String?))) : const <String, String?>{},aMapOfStringToNullableSubObject: m.$c('aMapOfStringToNullableSubObject') ? ArtifactDataUtil.fe((m['aMapOfStringToNullableSubObject'] as Map).$e.$m((e)=>MapEntry<String, NullableReflectSubObject?>(e.key,$NullableReflectSubObject.fromMap((e.value) as Map<String, dynamic>)))) : const <String, NullableReflectSubObject?>{},);}