fromJson static method
- String json
Implementation
static ChatMessage fromJson(String json) {
return ensureInitialized().decodeJson<ChatMessage>(json);
}
static ChatMessage fromJson(String json) {
return ensureInitialized().decodeJson<ChatMessage>(json);
}