ReflectiveKey(Object token, num id)

Source

ReflectiveKey(this.token, this.id) {
  assert(token != null);
}