getDocument method

Document? getDocument()

Implementation

Document? getDocument() {
  return page[document?.getReference()!] as Document?;
}