addDC method

void addDC(
  1. DC value
)

Implementation

void addDC(DC value) {
  _list.addAll(value.toArray());
}