ExceptionInfo.fromMap constructor
ExceptionInfo.fromMap(
- JsonMap map
Implementation
factory ExceptionInfo.fromMap(JsonMap map) => ExceptionInfo(type: map['class'], message: map['message'], description: map['description']);