GetDocumentOp constructor

GetDocumentOp(
  1. Collection collection,
  2. String id
)

Implementation

GetDocumentOp(Collection collection, this.id)
    : super(collection, 'GetDocument');