setUpAll property

  1. @TagNumber(7)
SetUpAll setUpAll

Implementation

@$pb.TagNumber(7)
SetUpAll get setUpAll => $_getN(6);
  1. @TagNumber(7)
void setUpAll=(SetUpAll v)

Implementation

@$pb.TagNumber(7)
set setUpAll(SetUpAll v) {
  setField(7, v);
}