fromJson static method

LineDeletion fromJson(
  1. String json
)

Implementation

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