Error constructor

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

Implementation

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