HexabaseHistory class

Constructors

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

Properties

actionId String
getter/setter pair
actionName String
getter/setter pair
actionOperation String
getter/setter pair
comment String
getter/setter pair
createdAt DateTime
getter/setter pair
displayOrder int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pair
isChanged bool
getter/setter pair
isFetchreplymail bool
getter/setter pair
isNotify bool
getter/setter pair
isNotifyToSender bool
getter/setter pair
isSendItemUnread bool
getter/setter pair
isStatusAction bool
getter/setter pair
isUnread bool
getter/setter pair
isUpdated bool
getter/setter pair
item HexabaseItem
getter/setter pair
getter/setter pair
postForRel bool
getter/setter pair
postMode String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transactionId String
getter/setter pair
updatedAt DateTime
getter/setter pair
updatedBy String
getter/setter pair
user HexabaseUser
getter/setter pair

Methods

create([bool? unread]) 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) HexabaseHistory
sets(Map<String, dynamic> params) HexabaseHistory
toString() String
A string representation of this object.
inherited
update() Future<bool>

Operators

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

Static Methods

all(HexabaseItem item, [Map<String, dynamic>? params]) Future<List<HexabaseHistory>>
allWithUnread(HexabaseItem item, [Map<String, dynamic>? queries]) Future<Tuple2<int, List<HexabaseHistory>>>