XmlFilesystemBroker class

Inheritance

Constructors

XmlFilesystemBroker(String path, {bool pretty = false, String indent = ' ', String newLine = '/r/n', bool createPathIfNotExists = false, bool exceptionWhenFileNotExists = false})

Properties

hashCode int
The hash code for this object.
no setterinherited
indent String
final
newLine String
final
prefix String
no setterinherited
pretty bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wfile WFile
finalinherited

Methods

clear() → void
Delete all pairs of key-value.
inherited
delete(String key) → void
Delete this key-value.
inherited
exists(String key) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(String key) → XmlDocument?
override
toString() String
A string representation of this object.
inherited
write(String key, XmlDocument value) → void
override

Operators

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