numberOfAccounts property
Number of accounts represented in the table (computed property).
Implementation
late final int numberOfAccounts =
readonlyIndexes.length + writableIndexes.length;
Number of accounts represented in the table (computed property).
late final int numberOfAccounts =
readonlyIndexes.length + writableIndexes.length;