ChangeLicenseGroupResponse constructor

ChangeLicenseGroupResponse({
  1. required License data,
})

Returns a new ChangeLicenseGroupResponse instance.

Implementation

ChangeLicenseGroupResponse({
  required this.data,
});