showSeatLabels property

bool? get showSeatLabels

Implementation

bool? get showSeatLabels => _$this._showSeatLabels;
set showSeatLabels (bool? showSeatLabels)

Implementation

set showSeatLabels(bool? showSeatLabels) =>
    _$this._showSeatLabels = showSeatLabels;