DC class

Constructors

DC()
factory

Properties

dfKey String
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
savePath String
getter/setter pair

Methods

add(String name, String url) Future<void>
clear() → void
init() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(String name) Future<String>
remove(String name) → void
toString() String
A string representation of this object.
inherited
update(dynamic finish(List<String> success, List<String> fail, List<String> jump), {String? fileName}) Future<void>
updateMust(dynamic finish(List<String> success, List<String> fail, List<String> jump), {String? fileName}) Future<void>

Operators

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

Static Properties

instance DC
no setter