locationVariable property
@doc The variable containing the location.
Implementation
@$pb.TagNumber(2)
FFVariable get locationVariable => $_getN(1);
Implementation
@$pb.TagNumber(2)
set locationVariable(FFVariable value) => $_setField(2, value);
@doc The variable containing the location.
@$pb.TagNumber(2)
FFVariable get locationVariable => $_getN(1);
@$pb.TagNumber(2)
set locationVariable(FFVariable value) => $_setField(2, value);