hasSource property

bool hasSource

Implementation

bool get hasSource => file != null || (fileUrl != null && fileUrl != '') || fileBytes != null;