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