isNull property
bool
get
isNull
Returns true
if hasNoContent and hasNoContentType.
Implementation
bool get isNull => hasNoContent && hasNoContentType;
Returns true
if hasNoContent and hasNoContentType.
bool get isNull => hasNoContent && hasNoContentType;