Lib class

Constructors

Lib(SharedOptions options)

Properties

hashCode int
The hash code for this object.
no setterinherited
list Map<String, String>
final
options SharedOptions
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(String path) Future<void>
init() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(String path) Future<void>
test(String text) bool
toString() String
A string representation of this object.
inherited

Operators

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