BrotliVersion class Null safety
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. [...]
read-only, inherited
- major → int
-
Return the major element of the version.
read-only
- minor → int
-
Return the minor element of the version.
read-only
- patch → int
-
Return the patch element of the version.
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- versionNumber → int
-
Encoded version number from brotli.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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