PinwheelScreenTransitionPayload constructor

PinwheelScreenTransitionPayload([
  1. dynamic updates(
    1. PinwheelScreenTransitionPayloadBuilder b
    )
])

Implementation

factory PinwheelScreenTransitionPayload(
        [updates(PinwheelScreenTransitionPayloadBuilder b)]) =
    _$PinwheelScreenTransitionPayload;