NumericReply constructor

const NumericReply(
  1. int code,
  2. String desc
)

Implementation

const NumericReply(this.code, this.desc);