Backgrounds constructor

const Backgrounds({
  1. required List<Background> backgrounds,
  2. dynamic extra,
  3. int? clientId,
})

Contains a list of backgrounds

Implementation

const Backgrounds({
  required this.backgrounds,
  this.extra,
  this.clientId,
});