MsgScriptJSONResponse.fromJson constructor

MsgScriptJSONResponse.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory MsgScriptJSONResponse.fromJson(Map<String, dynamic> json) {
  return MsgScriptJSONResponse();
}