SDKVersion class

The SDKVersion represents version information for an SDK product.

It encapsulates various attributes related to the version, including product variant, version details and backend configuration. Please note, sdk.core.engine.SDKBuildInformation can be used to get SDKVersion.

Constructors

SDKVersion(String productVariant, String versionName, int versionGeneration, int versionMajor, int versionMinor, int versionPatch, int versionBuild, String versionTag, String backendConfig)
Creates a new SDK version instance from the provided parameter values.

Properties

backendConfig ↔ String
Backend config
getter/setter pair
hashCode → int
The hash code for this object.
no setter
productVariant ↔ String
Product variant.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
versionBuild ↔ int
Build number.
getter/setter pair
versionGeneration ↔ int
Generation number.
getter/setter pair
versionMajor ↔ int
Major version number.
getter/setter pair
versionMinor ↔ int
Minor version number.
getter/setter pair
versionName ↔ String
Version information as string.
getter/setter pair
versionPatch ↔ int
Patch number.
getter/setter pair
versionTag ↔ String
Version tag.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

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