TimeCountModel.fromJson constructor

TimeCountModel.fromJson(
  1. dynamic json
)

Implementation

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