part top-level constant

Part const part

Use Part to define a part of a Multipart request.

All values will be converted to String using their toString method.

Also accepts MultipartFile (from package:http).

Implementation

const part = Part();