ResponseStatus constructor

ResponseStatus(
  1. int code,
  2. String? reason
)

Implementation

ResponseStatus(this.code, this.reason);