OptionInfo class

Implemented types

Constructors

OptionInfo(String display_name, double? main_value_percentage, int? main_value, double? value_percentage, int? value, bool? is_percentage)

Properties

display_name String
final
hashCode int
The hash code for this object.
no setterinherited
is_percentage bool?
final
main_value int?
final
main_value_percentage double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int?
final
value_percentage double?
final

Methods

fromMap(Map map) OptionInfo?
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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