core.Map<core.String, core.dynamic> toJson() { final reportTime = this.reportTime; final state = this.state; return {'reportTime': ?reportTime, 'state': ?state}; }