StateReport constructor

StateReport([
  1. void updates(
    1. StateReportBuilder b
    )?
])

Implementation

factory StateReport([void Function(StateReportBuilder b)? updates]) =
    _$StateReport;