Version class

Application Version information.

Annotations

Constructors

Version({required int major, int? minor, int? patch, int? build})
const

Properties

build int?
Application build version number. iOS only.
final
hashCode int
The hash code for this object.
no setterinherited
major int
Application major version number. iOS and Android.
final
minor int?
Application minor version number. iOS only.
final
patch int?
Application patch version number. iOS only.
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
A string representation of this object.
override

Operators

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