fromJson static method

Implementation

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