toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  return {
    'allowsPrinting': allowsPrinting,
    'allowsHighQualityPrinting': allowsHighQualityPrinting,
    'allowsCopying': allowsCopying,
    'allowsDocumentChanges': allowsDocumentChanges,
    'allowsDocumentAssembly': allowsDocumentAssembly,
    'allowsCommenting': allowsCommenting,
    'allowsFormFieldEntry': allowsFormFieldEntry,
  };
}