HexabaseProject class

Constructors

HexabaseProject({Map<String, dynamic>? params})

Properties

createdAt DateTime
getter/setter pair
displayId String?
getter/setter pair
displayOrder int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pair
name String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
templateId String?
getter/setter pair
theme String?
getter/setter pair
updatedAt DateTime
getter/setter pair
workspace HexabaseWorkspace?
getter/setter pair

Methods

create() Future<bool>
datastore({String? id}) Future<HexabaseDatastore>
datastores({List<HexabaseDatastore>? datastores, bool? refresh}) Future<List<HexabaseDatastore>>
datastoreSync({String? id}) HexabaseDatastore
delete() Future<bool>
fetch() Future<bool>
function(String functionId, {Map<String, dynamic>? params}) Future
get(String id) Future<HexabaseProject>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
save() Future<bool>
set(String key, dynamic value) HexabaseProject
sets(Map<String, dynamic> params) HexabaseProject
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

all(String id) Future<List<HexabaseProject>>