CreateLicenseRequestData constructor

CreateLicenseRequestData({
  1. required CreateLicenseRequestDataTypeEnum type,
  2. CreateLicenseRequestDataAttributes? attributes,
  3. required CreateLicenseRequestDataRelationships relationships,
})

Returns a new CreateLicenseRequestData instance.

Implementation

CreateLicenseRequestData({
  required this.type,
  this.attributes,
  required this.relationships,
});