RemoteConfigValue<T> constructor
RemoteConfigValue<T> (
- T value
Creates a new RemoteConfigValue instance.
The value
parameter is the actual value to be wrapped.
Implementation
RemoteConfigValue(this.value);