account property

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

Implementation

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

Implementation

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