parts property

MutablePartCollection parts

New parts for the multipart builder.

The collection of parts for the multipart builder. Changes to the collection are reflected in the multipart builder.

Implementation

MutablePartCollection get parts => _parts.value;
void parts=(MutablePartCollection value)

Implementation

set parts(MutablePartCollection value) => _parts.value = value;