SharedProfileSettingsSnapshot constructor
const
SharedProfileSettingsSnapshot({
- Object? settingsFile,
- SharedProfile? activeProfile,
- List<
SharedProfile> profiles = const [], - DateTime? modified,
Implementation
const SharedProfileSettingsSnapshot({this.settingsFile, this.activeProfile, this.profiles = const [], this.modified});