locationId property

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

The ID of the associated location

Implementation

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

Implementation

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