ErrorResult constructor

ErrorResult(
  1. String msg,
  2. int code
)

Implementation

ErrorResult(this.msg, this.code) : super._();