GraphInfo constructor
GraphInfo({})
Implementation
GraphInfo({
required this.title,
required this.imageUrl,
required this.description,
required this.descriptionSource,
required this.descriptionLink,
required this.attributes,
});