Status constructor

Status({
  1. int? code,
  2. String? errorType,
})

Implementation

Status({this.code, this.errorType});