Part constructor
const
Part({
- @Deprecated('future release') String? value,
- String? name,
- String? fileName,
- String? contentType,
Implementation
const Part({
@Deprecated('future release') this.value,
this.name,
this.fileName,
this.contentType,
});