SettingsPath class final
A path to a settings file.
- Inheritance
-
- Object
- SettingsRef
- SettingsPath
Constructors
- SettingsPath(String path)
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toWire(
) → Object -
Serializes to the SDK wire value (a path string or an inline map).
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited