bookingMaxCapacity property

int? get bookingMaxCapacity

Implementation

int? get bookingMaxCapacity => (_$data['bookingMaxCapacity'] as int?);