IosVersion class

An iOS version.

Constructors

IosVersion({String? id, int? majorVersion, int? minorVersion, List<String>? supportedXcodeVersionIds, List<String>? tags})
IosVersion.fromJson(Map _json)

Properties

hashCode int
The hash code for this object.
no setterinherited
id String?
An opaque id for this iOS version.
getter/setter pair
majorVersion int?
An integer representing the major iOS version.
getter/setter pair
minorVersion int?
An integer representing the minor iOS version.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportedXcodeVersionIds List<String>?
The available Xcode versions for this version.
getter/setter pair
tags List<String>?
Tags for this dimension.
getter/setter pair

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