anyAccount property

  1. @TagNumber(2)
Empty get anyAccount

Any Account

Implementation

@$pb.TagNumber(2)
$3.Empty get anyAccount => $_getN(1);
  1. @TagNumber(2)
set anyAccount (Empty v)

Implementation

@$pb.TagNumber(2)
set anyAccount($3.Empty v) { $_setField(2, v); }