showAvailability property

bool? showAvailability

Implementation

bool? get showAvailability => _$this._showAvailability;
void showAvailability=(bool? showAvailability)

Implementation

set showAvailability(bool? showAvailability) =>
    _$this._showAvailability = showAvailability;