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