EncryptedServiceConfig constructor

EncryptedServiceConfig({
  1. String? name,
  2. String? code,
  3. String? config,
})

Implementation

EncryptedServiceConfig({
  this.name,
  this.code,
  this.config,
});