isURLImage property

bool isURLImage

Implementation

bool get isURLImage => isNotEmpty && (contains('http') || contains('https'));