hasTextoResolucao property

bool get hasTextoResolucao

Indica se há texto de resolução disponível

Implementation

bool get hasTextoResolucao =>
    textoResolucao != null && textoResolucao!.isNotEmpty;