LibVersion class

Contains data for LibVersion

Constructors

LibVersion(Pointer<id3FaceLibVersion> _handle)
Initializes a new instance of the LibVersion class from its members.
LibVersion.create()
Create a new instance of the LibVersion.
LibVersion.createFromStruct(id3FaceLibVersion value)
Create a new instance of the LibVersion from the native struct

Properties

build int
Build.
getter/setter pair
handle Pointer<id3FaceLibVersion>
no setter
hashCode int
The hash code for this object.
no setterinherited
major int
Version.
getter/setter pair
minor int
Release.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
struct → id3FaceLibVersion
no setter

Methods

dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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