AccountData constructor
AccountData({})
Implementation
AccountData({
this.regularKey,
required this.account,
required this.balance,
required this.flags,
required this.ledgerEntryType,
required this.ownerCount,
required this.previousTxnID,
required this.previousTxnLgrSeq,
required this.sequence,
required this.index,
});