Presence constructor
Presence({})
Implementation
Presence({
required super.title,
required super.author,
required super.date,
required super.position,
required this.value,
required this.emptyIs,
required this.color,
required this.visibilityDate,
required this.visible,
});