RemoteVsLocal constructor
const
RemoteVsLocal({})
Implementation
const RemoteVsLocal({
required this.key,
this.remoteValue,
this.localValue,
this.isOverridden = false,
this.isRemoteOnly = false,
this.isLocalOnly = false,
});