locationId property

  1. @TagNumber.new(12)
Int64 get locationId

The ID of the location

Implementation

@$pb.TagNumber(12)
$fixnum.Int64 get locationId => $_getI64(4);
  1. @TagNumber.new(12)
set locationId (Int64 value)

Implementation

@$pb.TagNumber(12)
set locationId($fixnum.Int64 value) => $_setInt64(4, value);