AccountInfo constructor
AccountInfo({
- required AccountData accountData,
- required AccountFlags accountFlags,
- required int? ledgerCurrentIndex,
- required String? status,
- required bool validated,
Implementation
AccountInfo({
required this.accountData,
required this.accountFlags,
required this.ledgerCurrentIndex,
required this.status,
required this.validated,
});