Lz4Version class

Helper class to decode the version number returned from the lz4 FFI library.

Constructors

Lz4Version(int versionNumber)
Construct a new Lz4Version.
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 lz4.
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