fromJson static method

PgrServiceSearchModel fromJson(
  1. String json
)

Implementation

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