ErrorEntity constructor

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

Implementation

ErrorEntity({required this.code, this.message});