HexabaseGroup class

Constructors

HexabaseGroup()

Properties

accessKey String?
getter/setter pair
children List<HexabaseGroup>
getter/setter pair
createdAt DateTime?
getter/setter pair
disableUiAccess bool?
getter/setter pair
displayId String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
index int?
getter/setter pair
isRoot bool?
getter/setter pair
name String?
getter/setter pair
parent HexabaseGroup?
getter/setter pair
parentId String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showChild bool?
getter/setter pair

Methods

create() Future<bool>
delete() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
save() Future<bool>
set(String key, dynamic value) HexabaseGroup
sets(Map<String, dynamic> params) HexabaseGroup
toString() String
A string representation of this object.
inherited
update() Future<bool>

Operators

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

Static Methods

all() Future<List<HexabaseGroup>>
find(String id) Future<HexabaseGroup>
fromJson(dynamic json) HexabaseGroup