PdfaAttachedFile constructor
PdfaAttachedFile({})
Implementation
PdfaAttachedFile({
required this.name,
required this.data,
this.subType = '/text/xml',
// ignore: non_constant_identifier_names
@Deprecated('Use afRelationship instead') String? AFRelationship,
String afRelationship = '/Alternative',
}) : afRelationship = AFRelationship ?? afRelationship;