StrongEtag class

A strong Etag, that fully identifies the file/payload bytes.

  • Strong Etag requests can be cached (including range requests).
  • See WeakEtag.
Inheritance

Constructors

StrongEtag(String tag)
StrongEtag.parse(String s)
factory
StrongEtag.sha256(List<int> bytes)
factory
StrongEtag.sha384(List<int> bytes)
factory
StrongEtag.sha512(List<int> bytes)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
isEmpty bool
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag String
final

Methods

equals(Object? other) bool
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override