integrity property

String get integrity

Returns request's subresource integrity metadata, which is a cryptographic hash of the resource being fetched. Its value consists of multiple hashes separated by whitespace. SRI

MDN Reference

Implementation

_i2.String get integrity => _i4.getProperty(
      this,
      'integrity',
    );