showAvailability property

bool? get showAvailability

Implementation

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

Implementation

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