SemanticVersion class

Envoy uses SemVer (https://semver.org/).

Major/minor versions indicate expected behaviors and APIs, the patch version field is used only for security fixes and can be generally ignored.

Constructors

SemanticVersion.new({int? majorNumber, int? minorNumber, int? patch})
SemanticVersion.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
majorNumber int?
getter/setter pair
minorNumber int?
getter/setter pair
patch int?
getter/setter pair
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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