youtubeUrl constant

Pattern const youtubeUrl

Implementation

static const Pattern youtubeUrl =
    r'^(https?\:\/\/)?(www\.youtube\.com|youtu\.?be)\/.+$';