fromJson static method

ServiceSearchModel fromJson(
  1. String json
)

Implementation

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