BrotliVersion class
Helper class to decode the version number returned from the brotli FFI library.
Constructors
- BrotliVersion(int versionNumber)
-
Construct a new BrotliVersion.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- major → int
-
Return the major element of the version.
no setter
- minor → int
-
Return the minor element of the version.
no setter
- patch → int
-
Return the patch element of the version.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- versionNumber → int
-
Encoded version number from brotli.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Return the String repr of the versionNumber.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited