account property

  1. @TagNumber(1)
AccountSteam account

Implementation

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

Implementation

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