LicenseRelationshipsAccount constructor

LicenseRelationshipsAccount({
  1. required RelatedLinks links,
  2. required TokenRelationshipsAccountData data,
})

Returns a new LicenseRelationshipsAccount instance.

Implementation

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