HyperDeckResponse constructor

HyperDeckResponse(
  1. int code,
  2. String message,
  3. Map<String, String> values,
  4. String raw,
)

Implementation

HyperDeckResponse(this.code, this.message, this.values, this.raw);