hasData property

bool get hasData

Verifica se há dados válidos

Implementation

bool get hasData => dados.isNotEmpty;