isAcceptedCode property
bool
get
isAcceptedCode
Checks if the status code specifically represents Accepted (202)
Implementation
bool get isAcceptedCode => this == 202;
Checks if the status code specifically represents Accepted (202)
bool get isAcceptedCode => this == 202;