GroupData({ required String groupId, required String title, required String image, }) { _groupId = groupId; _title = title; _image = image; }