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