isExecuting property

bool get isExecuting

Implementation

@pragma('vm:prefer-inline')
bool get isExecuting => _executionCount > 0;