hasSource property

bool get hasSource

Implementation

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