AccountInfo constructor
AccountInfo({})
Returns a new AccountInfo instance.
Implementation
AccountInfo({
required this.account,
required this.isMint,
required this.isOwner,
required this.isTokenAccount,
this.owner,
this.program,
this.tokens = const [],
});