isNotEmpty method

bool isNotEmpty()

Implementation

bool isNotEmpty() {
  return imageUrl?.isNotEmpty ?? false || file != null;
}