FormState constructor

FormState([
  1. void updates(
    1. FormStateBuilder b
    )?
])

Implementation

factory FormState([void Function(FormStateBuilder b)? updates]) = _$FormState;