Document constructor

Document({
  1. Map<String, String>? metadata,
  2. String? content,
  3. int? timestamp,
})

Implementation

Document({this.metadata, this.content, this.timestamp});