Background constructor
const
Background({})
Describes a chat background
Implementation
const Background({
required this.id,
required this.isDefault,
required this.isDark,
required this.name,
this.document,
required this.type,
this.extra,
this.clientId,
});