ProfileManager.withDefaults constructor

ProfileManager.withDefaults()

Create a ProfileManager with the default profiles directory

Implementation

factory ProfileManager.withDefaults() {
  return ProfileManager(GenConfig.profilesDir);
}