isUrls property

bool get isUrls

Implementation

bool get isUrls {
  return this != null && this!.isNotEmpty && this!.every((e) => e.isUrl);
}