numberOfAccounts property

int numberOfAccounts
latefinal

Number of accounts represented in the table (computed property).

Implementation

late final int numberOfAccounts =
    readonlyIndexes.length + writableIndexes.length;