started property

List<({RuntimeConfig config, String name})> started
final

(name, config) of every start, in call order.

Implementation

final List<({String name, RuntimeConfig config})> started = [];