TimeCountModel.fromJson constructor
TimeCountModel.fromJson(
- dynamic json
Implementation
TimeCountModel.fromJson(dynamic json) {
_time = json['time'];
_timePass = json['un_read_total'];
}
TimeCountModel.fromJson(dynamic json) {
_time = json['time'];
_timePass = json['un_read_total'];
}