Documentation constructor
Documentation({})
Implementation
Documentation({
required this.projectName,
required this.version,
required this.generatedAt,
required this.classes,
required this.enums,
required this.typedefs,
required this.extensions,
required this.categories,
});