fromJson static method

PgrSearchKeys fromJson(
  1. String json
)

Implementation

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