location property

  1. @TagNumber.new(2)
String get location

The location name. All position information attached to an expression is relative to this location.

The location could be a file, UI element, or similar. For example, acme/app/AnvilPolicy.cel.

Implementation

@$pb.TagNumber(2)
$core.String get location => $_getSZ(1);
  1. @TagNumber.new(2)
set location (String value)

Implementation

@$pb.TagNumber(2)
set location($core.String value) => $_setString(1, value);