accounts property

  1. @TagNumber(5)
PbList<BankAccountRef> get accounts

/ List of BankAccountRef's.

Implementation

@$pb.TagNumber(5)
$pb.PbList<BankAccountRef> get accounts => $_getList(4);