statusCode property

int? statusCode
final

The default status code for the successful response (e.g., 200, 201).

If provided, this overrides the automatically deduced status code.

Implementation

final int? statusCode;