LicenseRelationshipsUser constructor

LicenseRelationshipsUser({
  1. required RelatedLinks links,
  2. required CreateLicenseRequestDataRelationshipsUserData data,
})

Returns a new LicenseRelationshipsUser instance.

Implementation

LicenseRelationshipsUser({
  required this.links,
  required this.data,
});