fromJson static method

PgrFilters fromJson(
  1. String json
)

Implementation

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