GroupMetadataReq constructor

GroupMetadataReq({
  1. required int groupId,
})

Implementation

GroupMetadataReq({
  required this.groupId,
});