NewMsgNum.fromJson constructor

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

Implementation

NewMsgNum.fromJson(Map<String, dynamic> json) {
  newMsgNum = json['newMsgNum'];
  msg = json['msg'];
}