isNoContentCode property
bool
get
isNoContentCode
Checks if the status code specifically represents No Content (204)
Implementation
bool get isNoContentCode => this == 204;
Checks if the status code specifically represents No Content (204)
bool get isNoContentCode => this == 204;