GetBackgroundUrl constructor
GetBackgroundUrl({
- String? extra,
- int? client_id,
- string? name,
- BackgroundType? type,
Implementation
GetBackgroundUrl({
super.extra,
super.client_id,
this.name,
this.type,
});