Loaded<Record> constructor

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

Implementation

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