location property

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

The soucre location name (e.g. file name).

Implementation

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

Implementation

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