ContentPartFileReference constructor

const ContentPartFileReference({
  1. required String mediaType,
  2. required Map<String, dynamic> reference,
  3. String? filename,
  4. Map<String, dynamic>? providerOptions,
})

Implementation

const ContentPartFileReference(
    {required this.mediaType, required this.reference, this.filename, this.providerOptions});