RemoteConfigValue constructor

  1. @protected
RemoteConfigValue(
  1. List<int>? _value,
  2. ValueSource source
)

Wraps a value with metadata and type-safe getters.

Implementation

@protected
RemoteConfigValue(this._value, this.source);