fromJson static method

DialogCloseRequest fromJson(
  1. String json
)

Implementation

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