fromJson static method

TargetSearchModel fromJson(
  1. String json
)

Implementation

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