SynthizerVersion class

A class which represents the version of Synthizer being used.

Constructors

SynthizerVersion(int major, int minor, int patch)
Create an instance.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
major int
The major version number.
final
minor int
The minor version number.
final
patch int
The patch level.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Return major.minor.patch.
override

Operators

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