isUrl property

bool get isUrl

Implementation

bool get isUrl => this != null && this!.startsWith("https://");