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