GitBookSearch class

GitBookSearch is a singleton class that provides access to the GitBook API.

Properties

client Client
The client instance.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
Disposes the instance.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

I GitBookSearch
Shorcut for instance.
no setter
instance GitBookSearch
Returns the initialized instance of GitBookSearch.
no setter
isInitialized bool
Exposes whether the instance has been initialized.
no setter

Static Methods

initialize({required String token}) → void
Initializes the GitBookSearch instance.