testCase property

  1. @TagNumber(2)
TestCase testCase

Implementation

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

Implementation

@$pb.TagNumber(2)
set testCase(TestCase v) {
  setField(2, v);
}