Document constructor

Document({
  1. required Collection collection,
  2. String? key,
  3. String? id,
})

Implementation

Document({required this.collection, this.key, this.id});