ExtractedMetadata constructor
const
ExtractedMetadata({
- required String cleanName,
- String? allureId,
- String? displayName,
- List<
AllureLabel> labels = const <AllureLabel>[], - List<
AllureLink> links = const <AllureLink>[],
Creates extracted metadata.
Implementation
const ExtractedMetadata({
required this.cleanName,
this.allureId,
this.displayName,
this.labels = const <AllureLabel>[],
this.links = const <AllureLink>[],
});