FileConfigurationEntryPersistance class

Persists all the configuration entries to a file

Inheritance

Properties

file File
latefinal
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAll() Future<Iterable<ConfigEntry>?>
Retrieves all the entries. It will return null if no entry was read
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveAll(Iterable<ConfigEntry> entries) Future
Saves all the entries
override
toString() String
A string representation of this object.
inherited

Operators

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