toJson method

String toJson()

Implementation

String toJson() {
  return LineDeletionMapper.ensureInitialized().encodeJson<LineDeletion>(
    this as LineDeletion,
  );
}