time property

int? time

Implementation

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

Implementation

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