TestCallBytes constructor

TestCallBytes({
  1. String? extra,
  2. int? client_id,
  3. bytes? x,
})

Implementation

TestCallBytes({
  super.extra,
  super.client_id,
  this.x,
});