Map<String, Object?> toJson() => { if (areas != null) 'areas': areas, if (stackFrameId != null) 'stackFrameId': stackFrameId, if (threadId != null) 'threadId': threadId, };