ConfigVariable constructor
ConfigVariable({})
Implementation
ConfigVariable({
this.boolValue,
this.encryptionKeyValue,
this.intValue,
this.key,
this.secretValue,
this.stringValue,
});
ConfigVariable({
this.boolValue,
this.encryptionKeyValue,
this.intValue,
this.key,
this.secretValue,
this.stringValue,
});