SettingValue constructor
const
SettingValue({
- required dynamic value,
- required SettingValueSource source,
- dynamic remoteValue,
- dynamic localOverride,
Implementation
const SettingValue({
required this.value,
required this.source,
this.remoteValue,
this.localOverride,
});