LicenseRelationshipsGroup constructor

LicenseRelationshipsGroup({
  1. required RelatedLinks links,
  2. CreateUserRequestDataRelationshipsGroupData? data,
})

Returns a new LicenseRelationshipsGroup instance.

Implementation

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