RemoteConfigException constructor

const RemoteConfigException(
  1. int code,
  2. String message,
  3. String operation
)

Implementation

const RemoteConfigException(this.code, this.message, this.operation);