ErrorInfo constructor

ErrorInfo(
  1. int code,
  2. String? message,
  3. int? status
)

Implementation

ErrorInfo(this.code, this.message, this.status);