hash property

  1. @TagNumber.new(10)
String get hash

Output only. A SHA-256 hash of the spec's contents. If the spec is gzipped, this is the hash of the uncompressed spec.

Implementation

@$pb.TagNumber(10)
$core.String get hash => $_getSZ(9);
  1. @TagNumber.new(10)
set hash (String v)

Implementation

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