Bundle constructor
const
Bundle({})
Creates a bundle. Most callers should use Bundle.fromJson.
Implementation
const Bundle({
required this.id,
required this.name,
required this.description,
required this.icon,
required this.accent,
required this.archivedAt,
required this.createdVia,
required this.createdBy,
required this.createdAt,
required this.updatedAt,
});