Background constructor
Background({})
Implementation
Background({
required this.id,
required this.isDefault,
required this.isDark,
required this.name,
this.document,
this.type,
});
Background({
required this.id,
required this.isDefault,
required this.isDark,
required this.name,
this.document,
this.type,
});