locationId property
- @TagNumber.new(9)
The ID of the associated location
Implementation
@$pb.TagNumber(9)
$fixnum.Int64 get locationId => $_getI64(2);
- @TagNumber.new(9)
Implementation
@$pb.TagNumber(9)
set locationId($fixnum.Int64 value) => $_setInt64(2, value);