IdUid constructor

const IdUid(
  1. int id,
  2. int uid
)

Implementation

const IdUid(this.id, this.uid);