account property

  1. @TagNumber(1)
Any get account

Implementation

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

Implementation

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