account property

  1. @TagNumber.new(1)
AccountInfo get account

Implementation

@$pb.TagNumber(1)
AccountInfo get account => $_getN(0);
  1. @TagNumber.new(1)
set account (AccountInfo v)

Implementation

@$pb.TagNumber(1)
set account(AccountInfo v) {
  setField(1, v);
}