integrity property

String 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

String get integrity => _storage.of(#integrity, () => '');