timeOfDay property

String? get timeOfDay

Implementation

String? get timeOfDay => _$this._timeOfDay;
set timeOfDay (String? timeOfDay)

Implementation

set timeOfDay(String? timeOfDay) => _$this._timeOfDay = timeOfDay;