Removed<Record> constructor

Removed<Record>(
  1. Object id,
  2. Record data
)

Implementation

Removed(Object id, Record data) : super(id, data);