ClientIPConfig constructor

const ClientIPConfig({
  1. int? timeoutSeconds,
})

Default constructor.

Implementation

const ClientIPConfig({
  this.timeoutSeconds,
});