DBRef<KeyT> constructor

const DBRef<KeyT>(
  1. String collection,
  2. KeyT id
)

Implementation

const DBRef(this.collection, this.id);