AccountsAuthInfoResponse constructor
AccountsAuthInfoResponse({
- List<
AccountIdentifier> ? accountIdentifiers, - String? kind,
Implementation
AccountsAuthInfoResponse({this.accountIdentifiers, this.kind});