time property

num? get time

Implementation

num? get time => _$this._time;
set time (num? time)

Implementation

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