fromJson static method

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

Implementation

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