existingMapVersion property

  1. @TagNumber(11)
String existingMapVersion

Implementation

@$pb.TagNumber(11)
$core.String get existingMapVersion => $_getSZ(9);
  1. @TagNumber(11)
void existingMapVersion=(String v)

Implementation

@$pb.TagNumber(11)
set existingMapVersion($core.String v) { $_setString(9, v); }