isCreatedCode property
bool
get
isCreatedCode
Checks if the status code specifically represents Created (201)
Implementation
bool get isCreatedCode => this == 201;
Checks if the status code specifically represents Created (201)
bool get isCreatedCode => this == 201;