locationY property

  1. @TagNumber(2)
String locationY

Implementation

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

Implementation

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