hasData property

bool hasData

Implementation

bool get hasData =>
    (url?.isNotEmpty ?? false) || (bytes?.isNotEmpty ?? false);