GroupRelationshipsAccount constructor

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

Returns a new GroupRelationshipsAccount instance.

Implementation

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