OptionVersion class

The version for an option. Option group option versions are returned by the DescribeOptionGroupOptions action.

Constructors

OptionVersion({bool? isDefault, String? version})
OptionVersion.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isDefault bool?
True if the version is the default version of the option, and otherwise false.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version String?
The version of the option.
final

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.
inherited