DBRef<KeyT> constructor
const
DBRef<KeyT> (
- String collection,
- KeyT id
Implementation
const DBRef(this.collection, this.id);
const DBRef(this.collection, this.id);