WebhookEventRelationshipsAccount constructor

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

Returns a new WebhookEventRelationshipsAccount instance.

Implementation

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