isValid property

bool get isValid

Checks if content is not empty

Implementation

bool get isValid {
  return content.isValid;
}