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