ErrorWithCode constructor

ErrorWithCode({
  1. String code,
  2. String message,
})

Implementation

external factory ErrorWithCode({
  String code,
  String message,
});