parts property
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;
Implementation
set parts(MutablePartCollection value) => _parts.value = value;