sourceUri property

  1. @TagNumber(11)
String get sourceUri

The original source URI of the spec (if one exists). This is an external location that can be used for reference purposes but which may not be authoritative since this external resource may change after the spec is retrieved.

Implementation

@$pb.TagNumber(11)
$core.String get sourceUri => $_getSZ(10);
  1. @TagNumber(11)
set sourceUri (String v)

Implementation

@$pb.TagNumber(11)
set sourceUri($core.String v) { $_setString(10, v); }