HopDocClient class

Constructors

HopDocClient({required Project project})

Properties

client → Client
final
hashCode int
The hash code for this object.
no setterinherited
host String
final
identity String
getter/setter pair
port int
final
project ↔ Project
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delete(String path) Future<Map<String, dynamic>>
get(String path) Future<Map<String, dynamic>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
post(String path, {required Map<String, dynamic> data}) Future<Map<String, dynamic>>
toString() String
A string representation of this object.
inherited

Operators

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