Updated<Record> constructor

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

Implementation

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