hoursOfOperation property

List<Availability>? hoursOfOperation
inherited

hoursOfOperation What days/times during a week is this location usually open, and any exceptions where the location is not available.

Implementation

List<Availability>? get hoursOfOperation =>
    throw _privateConstructorUsedError;