DBF class
Properties
Methods
-
clear(
) → dynamic -
getVar(
String key) → Future< String?> -
init(
) → Future< bool> -
initVars(
) → Future< TableF> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setVar(
String key, dynamic val) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited