accountInfo property

  1. @TagNumber.new(2)
AccountInfo get accountInfo

Implementation

@$pb.TagNumber(2)
$2.AccountInfo get accountInfo => $_getN(1);
  1. @TagNumber.new(2)
set accountInfo (AccountInfo value)

Implementation

@$pb.TagNumber(2)
set accountInfo($2.AccountInfo value) => $_setField(2, value);