nonDeliveryDays property

List<Input$MonthDaysInput>? nonDeliveryDays

Implementation

List<Input$MonthDaysInput>? get nonDeliveryDays =>
    (_$data['nonDeliveryDays'] as List<Input$MonthDaysInput>?);