toJson method

String toJson()
inherited

Implementation

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