scaleWithDoc property
bool?
get
scaleWithDoc
Implementation
bool? get scaleWithDoc {
return _scaleWithDoc;
}
set
scaleWithDoc
(bool? scaleWithDoc)
Implementation
set scaleWithDoc(bool? scaleWithDoc) {
_scaleWithDoc = scaleWithDoc;
}