Map<String, Object?> toJson() { final data = <String, Object?>{}; data['body'] = body; data['replacement_room'] = replacementRoom; return data; }