info property

  1. @TagNumber.new(1)
BaseAccount get info

info is the account info which is represented by BaseAccount.

Implementation

@$pb.TagNumber(1)
$48.BaseAccount get info => $_getN(0);
  1. @TagNumber.new(1)
set info (BaseAccount v)

Implementation

@$pb.TagNumber(1)
set info($48.BaseAccount v) { setField(1, v); }