OptionSetting class

Constructors

OptionSetting({required String name, required OptionType type, Object? value})
OptionSetting.fromJS(OptionSetting _wrapped)

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
Name of the option to set.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJS OptionSetting
no setter
type OptionType
Type of the option. The requested type must match the real type of the underlying option.
getter/setter pair
value Object?
Value to set. Leave unset to request automatic setting for options that have autoSettable enabled. The type supplied for value must match type.
getter/setter pair

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