Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'message'] = this.message; return json; }