RemoteConfigException constructor

RemoteConfigException({
  1. int? code,
  2. String? message,
  3. int? throttleEndTimeMillis,
})

Implementation

RemoteConfigException({this.code, this.message, this.throttleEndTimeMillis});