hash property
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);
Implementation
@$pb.TagNumber(10)
set hash($core.String v) {
$_setString(9, v);
}