fromJson static method

Implementation

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