ErrorModel constructor

ErrorModel(
  1. int code,
  2. String desc
)

Implementation

ErrorModel(this.code, this.desc);