ExceptionInfo.fromJson constructor

ExceptionInfo.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory ExceptionInfo.fromJson(Map<String, Object?> json) => _$ExceptionInfoFromJson(json);