time property

String? get time
override

Implementation

String? get time => _$this._time;
set time (covariant String? time)
covariantoverride

Implementation

set time(covariant String? time) => _$this._time = time;