transactionListsPerAccount property

ListBuilder<TransactionListForAccount> get transactionListsPerAccount

Implementation

ListBuilder<TransactionListForAccount> get transactionListsPerAccount =>
    _$this._transactionListsPerAccount ??=
        ListBuilder<TransactionListForAccount>();
set transactionListsPerAccount (ListBuilder<TransactionListForAccount>? transactionListsPerAccount)

Implementation

set transactionListsPerAccount(
  ListBuilder<TransactionListForAccount>? transactionListsPerAccount,
) => _$this._transactionListsPerAccount = transactionListsPerAccount;