RemoteConfigValue<T> constructor

RemoteConfigValue<T>(
  1. T value
)

Creates a new RemoteConfigValue instance.

The value parameter is the actual value to be wrapped.

Implementation

RemoteConfigValue(this.value);