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