HttpCode constructor

HttpCode(
  1. String? code,
  2. String? message
)

Implementation

HttpCode(this.code, this.message);