hasValidUrls property

bool get hasValidUrls

Verifica si tiene URLs vĂ¡lidas

Implementation

bool get hasValidUrls =>
    textsUrl?.isNotEmpty == true || rulesUrl?.isNotEmpty == true;