RemoveBackground constructor

RemoveBackground({
  1. String? extra,
  2. int? client_id,
  3. int64? background_id,
})

Implementation

RemoveBackground({
  super.extra,
  super.client_id,
  this.background_id,
});