factory DetectorStateSummary.fromJson(Map<String, dynamic> json) { return DetectorStateSummary( stateName: json['stateName'] as String?, ); }