OptionGroupOption class

Constructors

OptionGroupOption({int? defaultPort, String? description, String? engineName, String? majorEngineVersion, String? minimumRequiredMinorEngineVersion, String? name, List<String>? optionsDependedOn, bool? portRequired})
OptionGroupOption.fromXml(XmlElement elem)
factory

Properties

defaultPort int?
final
description String?
final
engineName String?
final
hashCode int
The hash code for this object.
no setterinherited
majorEngineVersion String?
final
minimumRequiredMinorEngineVersion String?
final
name String?
final
optionsDependedOn List<String>?
final
portRequired bool?
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.
inherited

Operators

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