Backgrounds constructor
Backgrounds({
- String? extra,
- int? client_id,
- vector<
Background> ? backgrounds,
Implementation
Backgrounds({
super.extra,
super.client_id,
this.backgrounds,
});