account property

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

Implementation

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

Implementation

@$pb.TagNumber(1)
set account($2.AccountProto v) { $_setField(1, v); }