account property

  1. @TagNumber(1)
AccountCustom account

Implementation

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

Implementation

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