GroupLicensesListResponse constructor

GroupLicensesListResponse({
  1. List<GroupLicense>? groupLicense,
})

Implementation

GroupLicensesListResponse({
  this.groupLicense,
});