locationY property

  1. @TagNumber(2)
String get locationY

Implementation

@$pb.TagNumber(2)
$core.String get locationY => $_getSZ(1);
  1. @TagNumber(2)
set locationY (String v)

Implementation

@$pb.TagNumber(2)
set locationY($core.String v) {
  $_setString(1, v);
}