isRecording property

  1. @override
bool get isRecording
override

Whether this Span is recording information like events with the addEvent operation, status with setStatus, etc.

Implementation

@override
bool get isRecording => _endTime == null;