RemoteConfigDefaultValue constructor
Implementation
const RemoteConfigDefaultValue({this.useInAppDefault, this.value})
: assert(
useInAppDefault == null || value == null,
'RemoteConfigDefaultValue: pass at most one of `useInAppDefault` '
'or `value` -- the schema rejects both being set.',
);