location property

  1. @TagNumber(15)
Location location

Implementation

@$pb.TagNumber(15)
Location get location => $_getN(12);
  1. @TagNumber(15)
void location=(Location v)

Implementation

@$pb.TagNumber(15)
set location(Location v) {
  setField(15, v);
}