time property

String? time

Implementation

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

Implementation

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