UpdateLicenseRequestData constructor

UpdateLicenseRequestData({
  1. required UpdateLicenseRequestDataTypeEnum type,
  2. required UpdateLicenseRequestDataAttributes attributes,
})

Returns a new UpdateLicenseRequestData instance.

Implementation

UpdateLicenseRequestData({
  required this.type,
  required this.attributes,
});