accounts property

  1. @TagNumber(1)
Accounts get accounts

Implementation

@$pb.TagNumber(1)
Accounts get accounts => $_getN(0);
  1. @TagNumber(1)
set accounts (Accounts v)

Implementation

@$pb.TagNumber(1)
set accounts(Accounts v) {
  setField(1, v);
}