instanceNames property

List<String> instanceNames

A list of all opened Isar instances

Implementation

static List<String> get instanceNames => _instances.keys.toList();