Map<String, dynamic> toJson() { final _json = <String, dynamic>{}; _json[r'booting'] = booting; _json[r'errors'] = errors; return _json; }