isUrlEmpty property

bool get isUrlEmpty

Implementation

bool get isUrlEmpty => (imageUrl ?? '').trim().isEmpty;