OptionResource constructor
const
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(),
Implementation
const OptionResource(
{this.elementIndex = -1,
this.rule = "==",
this.threshold = "-999999",
this.notify = false,
this.alert = false,
this.text = "",
this.mapSettings = const MapSettings(),
this.run = const OptionRun(),
this.rounding = const RoundingSettings()});