CustomRequestResult constructor

CustomRequestResult({
  1. String? extra,
  2. int? client_id,
  3. string? result,
})

Implementation

CustomRequestResult({
  super.extra,
  super.client_id,
  this.result,
});