RemoteConfigValue constructor

RemoteConfigValue(
  1. Map map
)

Implementation

RemoteConfigValue(Map<dynamic, dynamic> map) {
  _rawValueMap = map;
}