carp_context_package
context
WeatherProbe
enabled property
enabled
carp_context_package
context
WeatherProbe
enabled property
WeatherProbe class
Constructors
WeatherProbe
Properties
weather
controller
duration
enabled
events
frequency
hashCode
measure
name
runtimeType
state
stateEvents
timer
type
Methods
getDatum
onInitialize
hasChanged
initialize
noSuchMethod
onPause
onRestart
onResume
onStart
onStop
pause
restart
resume
start
stop
toString
Operators
operator ==
enabled property
bool
enabled
inherited
Is this probe enabled, i.e. should run.
Implementation
bool get enabled => measure.enabled ?? true;