isCreatedCode property

bool get isCreatedCode

Checks if the status code specifically represents Created (201)

Implementation

bool get isCreatedCode => this == 201;