account property

  1. @TagNumber(1)
AccountGameCenter account

Implementation

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

Implementation

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