SoiState constructor

SoiState([
  1. void updates(
    1. SoiStateBuilder b
    )?
])

Implementation

factory SoiState([void Function(SoiStateBuilder b)? updates]) = _$SoiState;