hash property

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

The computed hash of the component

Implementation

@$pb.TagNumber(36)
$core.String get hash => $_getSZ(17);
  1. @TagNumber.new(36)
set hash (String value)

Implementation

@$pb.TagNumber(36)
set hash($core.String value) => $_setString(17, value);