UnicoError constructor Null safety

UnicoError(
  1. int code,
  2. String description
)

Implementation

UnicoError(this.code, this.description);