toJson method

Map<String, Object?> toJson()

Implementation

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