PinwheelBillSwitchPayload constructor

PinwheelBillSwitchPayload([
  1. void updates(
    1. PinwheelBillSwitchPayloadBuilder
    )
])

Implementation

factory PinwheelBillSwitchPayload(
        [void Function(PinwheelBillSwitchPayloadBuilder) updates]) =
    _$PinwheelBillSwitchPayload;