LinkedAccount constructor
LinkedAccount({
- String? linkedAccountId,
- List<
LinkService> ? services,
Implementation
LinkedAccount({this.linkedAccountId, this.services});