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