Backgrounds constructor
const
Backgrounds({
- required List<
Background> backgrounds, - dynamic extra,
- int? clientId,
Contains a list of backgrounds
Implementation
const Backgrounds({
required this.backgrounds,
this.extra,
this.clientId,
});