GSettingsUnknownKeyException class

Exception thrown when trying to access a key not in a GSettings schema.

Implemented types

Constructors

GSettingsUnknownKeyException(String schemaName, String keyName)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
keyName String
The name of the key being accessed.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemaName String
The name of the GSettings schema that was being accessed.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited