LfA2aV1Part constructor

LfA2aV1Part({
  1. Object? data,
  2. String? filename,
  3. String? mediaType,
  4. Map<String, Object?>? metadata,
  5. String? raw,
  6. String? text,
  7. String? url,
})

Implementation

LfA2aV1Part({
  this.data,
  this.filename,
  this.mediaType,
  this.metadata,
  this.raw,
  this.text,
  this.url,
});