DC class
Constructors
- DC()
-
factory
Properties
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