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