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