account property

  1. @TagNumber(1)
AccountDevice get account

Implementation

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

Implementation

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