factory v1InitialSignupResponse.fromJson(Map<String, dynamic> json) { final _ok = json['ok'] as bool?; return v1InitialSignupResponse( ok: _ok, ); }