WKDBConst class
Constructors
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 Methods
-
getPlaceholders(
int count) → String -
isJsonString(
String str) → bool -
readDynamic(
dynamic data, String key) → dynamic -
readInt(
dynamic data, String key) → int -
readString(
dynamic data, String key) → String -
serializeChannel(
dynamic data) → WKChannel -
serializeChannelMember(
dynamic data) → WKChannelMember -
serializeConversationExtra(
dynamic data) → WKConversationMsgExtra -
serializeCoversation(
dynamic data) → WKConversationMsg -
serializeMsgExtra(
dynamic data) → WKMsgExtra -
serializeMsgReation(
dynamic data) → WKMsgReaction -
serializeReminder(
dynamic data) → WKReminder -
serializeWKMsg(
dynamic data) → WKMsg
Constants
- tableChannel → const String
- tableChannelMember → const String
- tableConversation → const String
- tableConversationExtra → const String
- tableMessage → const String
- tableMessageExtra → const String
- tableMessageReaction → const String
- tableReminders → const String
- tableRobot → const String
- tableRobotMenu → const String