GalileoHttpException.fromJson constructor

GalileoHttpException.fromJson(
  1. String str
)

Implementation

factory GalileoHttpException.fromJson(String str) => GalileoHttpException.fromMap(json.decode(str) as Map);