account property

  1. @TagNumber(1)
AccountEmail account

Implementation

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

Implementation

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