live property
bool?
get
live
Implementation
bool? get live => _$this._live;
set
live
(bool? live)
Implementation
set live(bool? live) => _$this._live = live;