MsgScriptResponse.fromJson constructor

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

Implementation

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