start method

void start(
  1. String name
)

Implementation

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