menu
reecosys_app package
documentation
model/TimeCountModel.dart
TimeCountModel
TimeCountModel.new constructor
TimeCountModel.new constructor
dark_mode
light_mode
TimeCountModel
constructor
TimeCountModel
(
{
String
?
time
,
String
?
timePass
,
})
Implementation
TimeCountModel({ String? time, String? timePass,}){ _time = time; _timePass = timePass; }
reecosys_app package
documentation
model/TimeCountModel
TimeCountModel
TimeCountModel.new constructor
TimeCountModel class