time property

num? time

Implementation

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

Implementation

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