GetAccountInfoOptions constructor
GetAccountInfoOptions({
- required String account,
- Commitment? commitment,
Implementation
GetAccountInfoOptions({
required this.account,
this.commitment,
});