part method

void part(
  1. String part
)

Implementation

void part(String part) {
  _parts.add(part);
}