CallResult constructor

CallResult(
  1. String id,
  2. dynamic result, {
  3. bool error = false,
})

Implementation

CallResult(this.id, this.result, {this.error = false});