time property

String? get time

Implementation

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

Implementation

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