TokenRelationshipsAccount constructor

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

Returns a new TokenRelationshipsAccount instance.

Implementation

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