start method

void start(
  1. String name
)

Implementation

void start(String name) {
  path.add(name);
  starts.add(new DateTime.now());

}