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