locationVariable property

  1. @TagNumber(2)
FFVariable get locationVariable

@doc The variable containing the location.

Implementation

@$pb.TagNumber(2)
FFVariable get locationVariable => $_getN(1);
  1. @TagNumber(2)
set locationVariable (FFVariable value)

Implementation

@$pb.TagNumber(2)
set locationVariable(FFVariable value) => $_setField(2, value);