AddDocumentPage constructor

const AddDocumentPage(
  1. DocumentTypeData getSet, {
  2. Key? key,
})

Implementation

const AddDocumentPage(this.getSet, {Key? key}) : super(key: key);