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 value)

Implementation

@$pb.TagNumber(1)
set account(AccountInfo value) => $_setField(1, value);