OptionResource class

Constructors

OptionResource({int elementIndex = -1, String rule = "==", String threshold = "-999999", bool notify = false, bool alert = false, String text = "", MapSettings mapSettings = const MapSettings(), OptionRun run = const OptionRun(), RoundingSettings rounding = const RoundingSettings()})
const
OptionResource.fromJson(Map<String, dynamic> json)

Properties

alert bool
final
elementIndex int
final
hashCode int
The hash code for this object.
no setterinherited
mapSettings MapSettings
final
notify bool
final
rounding RoundingSettings
final
rule String
final
run OptionRun
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
final
threshold String
final

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