live property

String? get live

Implementation

String? get live => _$this._live;
set live (String? live)

Implementation

set live(String? live) => _$this._live = live;