fromJson static method

UpsertText fromJson(
  1. String json
)

Implementation

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