LinkedAccount constructor

LinkedAccount({
  1. String? linkedAccountId,
  2. List<LinkService>? services,
})

Implementation

LinkedAccount({
  this.linkedAccountId,
  this.services,
});