fromJson static method

TargetModel fromJson(
  1. String json
)

Implementation

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