Part constructor

const Part({
  1. String? value,
  2. String? name,
  3. String? fileName,
  4. String? contentType,
})

Implementation

const Part({this.value, this.name, this.fileName, this.contentType});