account property

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

Implementation

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

Implementation

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