GetBackgroundUrl constructor

GetBackgroundUrl({
  1. String? extra,
  2. int? client_id,
  3. string? name,
  4. BackgroundType? type,
})

Implementation

GetBackgroundUrl({
  super.extra,
  super.client_id,
  this.name,
  this.type,
});