AccountKitState constructor

AccountKitState([
  1. dynamic updates(
    1. AccountKitStateBuilder b
    )
])

Implementation

factory AccountKitState([updates(AccountKitStateBuilder b)]) =
    _$AccountKitState;