location property

  1. @TagNumber(6)
String get location

Implementation

@$pb.TagNumber(6)
$core.String get location => $_getSZ(5);
  1. @TagNumber(6)
set location (String v)

Implementation

@$pb.TagNumber(6)
set location($core.String v) {
  $_setString(5, v);
}