fromJson static method

Replacement fromJson(
  1. String json
)

Implementation

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