webUrl property

Pattern get webUrl

网络地址

Implementation

static Pattern get webUrl =>
    RegExp(r"^((https|http|ftp|rtsp|mms)?:\/\/)[^\s]+");