SimulatedState constructor

SimulatedState([
  1. void updates(
    1. SimulatedStateBuilder b
    )?
])

Implementation

factory SimulatedState([void Function(SimulatedStateBuilder b)? updates]) =
    _$SimulatedState;