ErrorEntity constructor

ErrorEntity(
  1. int? code,
  2. String message
)

Implementation

ErrorEntity(this.code, this.message);