document property
PdfDocument?
get
document
Getters
Implementation
PdfDocument? get document => _document;
set
document
(PdfDocument? value)
Setters with notifyListeners
Implementation
set document(PdfDocument? value) {
_document = value;
notifyListeners();
}