MBMultipartForm.name constructor

MBMultipartForm.name(
  1. String name,
  2. String? value
)

Initializes a MBMultipartForm object with a name and a string value

Implementation

MBMultipartForm.name(
  this.name,
  this.value,
)   : isFile = false,
      path = null,
      mimeType = null;