VideosLink({ String? url, String? title, String? urlThumnail,}){ _url = url; _title = title; _urlThumnail = urlThumnail; }