allLaunchCounts property

Map<LaunchType, int> get allLaunchCounts

Returns a snapshot of all recorded launch counts keyed by LaunchType.

Implementation

static Map<LaunchType, int> get allLaunchCounts =>
    Map.unmodifiable(_launchCounts);