StrongEtag class
A strong Etag, that fully identifies the file/payload bytes.
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
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