MultipartBody constructor

MultipartBody(
  1. String key,
  2. File? file
)

Implementation

MultipartBody(this.key, this.file);