hasNoContent property
bool
get
hasNoContent
Returns true
if has no content.
Implementation
bool get hasNoContent => _content == null;
Returns true
if has no content.
bool get hasNoContent => _content == null;