fromJson static method

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

Implementation

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