SharedProfileSettingsSnapshot constructor

const SharedProfileSettingsSnapshot({
  1. Object? settingsFile,
  2. SharedProfile? activeProfile,
  3. List<SharedProfile> profiles = const [],
  4. DateTime? modified,
})

Implementation

const SharedProfileSettingsSnapshot({this.settingsFile, this.activeProfile, this.profiles = const [], this.modified});