GetConfigResponse constructor

GetConfigResponse({
  1. String? configCred,
  2. String? configFile,
  3. String? configType,
})

Implementation

GetConfigResponse({
  this.configCred,
  this.configFile,
  this.configType,
});