setTarget method

void setTarget(
  1. String target
)

Implementation

void setTarget(String target) {
  _target = target;
}