ExceptionInfo.fromMap constructor

ExceptionInfo.fromMap(
  1. JsonMap map
)

Implementation

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