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