Part constructor

const Part(
  1. String name
)

Reads the multipart part named name.

Implementation

const Part(this.name);