UDocMetadata constructor
const
UDocMetadata({
- String? title,
- String? author,
- String? subject,
- String? keywords,
- String? creator,
- String? producer,
- DateTime? creationDate,
- DateTime? modificationDate,
- String? language,
- String? publisher,
- String? identifier,
- String? series,
- double? seriesIndex,
- int pageCount = 0,
- String? version,
- bool tagged = false,
- bool linearized = false,
- bool encrypted = false,
- Map<
String, String> custom = const <String, String>{},
Implementation
const UDocMetadata({
this.title,
this.author,
this.subject,
this.keywords,
this.creator,
this.producer,
this.creationDate,
this.modificationDate,
this.language,
this.publisher,
this.identifier,
this.series,
this.seriesIndex,
this.pageCount = 0,
this.version,
this.tagged = false,
this.linearized = false,
this.encrypted = false,
this.custom = const <String, String>{},
});