carp_context_package
context
ActivityProbe
enabled property
enabled
carp_context_package
context
ActivityProbe
enabled property
ActivityProbe class
Constructors
ActivityProbe
Properties
controller
enabled
events
hashCode
measure
name
runtimeType
state
stateEvents
subscription
type
Methods
hasChanged
initialize
noSuchMethod
onData
onDone
onError
onInitialize
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;