StaticData class

Constructors

StaticData()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

allChat List
getter/setter pair
baseList List<ListChat>
getter/setter pair
chat List<PersonChat>
getter/setter pair
list List<ListChat>
getter/setter pair

Static Methods

addChat(PersonChat chatData, {dynamic lastestData}) → dynamic
addChatBackground(PersonChat chatData, List list) → dynamic
addFromDatabase(PersonChat chatData) → dynamic
addListChat(ListChat data) → dynamic
allChatInit(List chat) → dynamic
clearChat() → dynamic
deleteChat(PersonChat chats) Future<int?>
readChat(ListChat list) → dynamic
searchList(dynamic data) → dynamic
setChat() → dynamic
updateFileId(String? id, int index, int idList) → dynamic
updateProgress(String? id, int progress) → dynamic
updateUploadProgress(int? id, int? idList, int progress) → dynamic