testMap property

  1. @TagNumber(1)
TestMap get testMap

Implementation

@$pb.TagNumber(1)
TestMap get testMap => $_getN(0);
  1. @TagNumber(1)
set testMap (TestMap v)

Implementation

@$pb.TagNumber(1)
set testMap(TestMap v) {
  setField(1, v);
}