FlutterVersion class

Inheritance

Constructors

FlutterVersion.parse(Map<String, dynamic>? json)
factory

Properties

channel String
final
dartSdkVersion String
final
engineRevision String
final
engineVersionSummary String
no setter
flutterVersionSummary String
no setter
frameworkCommitDate String
final
frameworkRevision String
final
frameworkVersionSummary String
no setter
hashCode int
The hash code for this object.
no setteroverride
major int
getter/setter pairinherited
minor int
getter/setter pairinherited
patch int
getter/setter pairinherited
repositoryUrl String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version String
final

Methods

compareTo(SemanticVersion other) int
Compares this object to another object.
inherited
isSupported({required SemanticVersion supportedVersion}) bool
inherited
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.
override