ErrorRes constructor

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

Implementation

ErrorRes({this.code, this.message});