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