Info constructor
Info({})
Constructs an Info object with required fields and optional contact.
Implementation
Info({
required this.title,
required this.description,
required this.version,
required this.contact,
});