youtubeUrl property
YouTube URL
Implementation
static final RegExp youtubeUrl = RegExp(
r'^https?:\/\/(www\.)?(youtube\.com\/watch\?v=|youtu\.be\/)[A-Za-z0-9_\-]+$',
);
YouTube URL
static final RegExp youtubeUrl = RegExp(
r'^https?:\/\/(www\.)?(youtube\.com\/watch\?v=|youtu\.be\/)[A-Za-z0-9_\-]+$',
);