anyAccount property

  1. @TagNumber(2)
Empty anyAccount

Implementation

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

Implementation

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