onServiceResponseJson method
Implementation
@override
MsgStoreCodeResponse onServiceResponseJson(Map<String, dynamic> json) {
return MsgStoreCodeResponse.fromJson(json);
}
@override
MsgStoreCodeResponse onServiceResponseJson(Map<String, dynamic> json) {
return MsgStoreCodeResponse.fromJson(json);
}