Citation constructor
Citation({})
Implementation
Citation({
this.startIndex = 0,
this.endIndex = 0,
this.uri = '',
this.title = '',
this.license = '',
this.publicationDate,
}) : super(fullyQualifiedName);