DetectorStateSummary constructor

DetectorStateSummary({
  1. String? stateName,
})

Implementation

DetectorStateSummary({
  this.stateName,
});