GSettingsUnknownKeyException constructor

const GSettingsUnknownKeyException(
  1. String schemaName,
  2. String keyName
)

Implementation

const GSettingsUnknownKeyException(this.schemaName, this.keyName);