KeyValueModel.fromJsonCountResultatByFormCode constructor
Implementation
factory KeyValueModel.fromJsonCountResultatByFormCode(
Map<String, dynamic> map) {
return KeyValueModel(
key : TypeSafeConversion.nullSafeString( map['formCode'] ),
value : TypeSafeConversion.nullSafeString( map['nbrResultat'] ),
);
}