fromJson static method

ExceptionPathSegment fromJson(
  1. Map<String, Object?> obj
)

Implementation

static ExceptionPathSegment fromJson(Map<String, Object?> obj) =>
    ExceptionPathSegment.fromMap(obj);