hasContent property
      
      bool
      get
      hasContent
      
    
    
Returns true if has content/body.
Implementation
bool get hasContent => _content != null;Returns true if has content/body.
bool get hasContent => _content != null;