Deta class

The Deta library is the simple way to interact with the services of the free clud on the Deta plataform.

Constructors

Deta({required String projectKey, required ClientDetaApi client})
The Deta library is the simple way to interact with the services of the free clud on the Deta plataform.

Properties

client → ClientDetaApi
Client for http request.
final
hashCode int
The hash code for this object.
no setterinherited
projectId String
Project identifier.
final
projectKey String
Must to be provided for authentication.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

base(String baseName) DetaBase
Connect to a DetaBase from baseName.
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