isAcceptedCode property

bool get isAcceptedCode

Checks if the status code specifically represents Accepted (202)

Implementation

bool get isAcceptedCode => this == 202;