TimeCountModel constructor

TimeCountModel({
  1. String? time,
  2. String? timePass,
})

Implementation

TimeCountModel({
  String? time,
  String? timePass,}){
  _time = time;
  _timePass = timePass;
}