MtomPart constructor
MtomPart({})
Implementation
MtomPart({
required this.mediaType,
required this.contentTransferEncoding,
required this.contentId,
required this.content,
});
MtomPart({
required this.mediaType,
required this.contentTransferEncoding,
required this.contentId,
required this.content,
});