calls property

List<String> calls
final

Every call, in order: create, start:<id>, stop:<id>, ...

Implementation

final List<String> calls = [];