fromJson static method

Implementation

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