hasData property

bool get hasData

Indica se há dados disponíveis

Implementation

bool get hasData => dados != null;