UASimulation constructor

UASimulation([
  1. void updates(
    1. UASimulationBuilder b
    )?
])

Implementation

factory UASimulation([void Function(UASimulationBuilder b)? updates]) =
    _$UASimulation;