DocumentScreen constructor
const
DocumentScreen({})
Implementation
const DocumentScreen({
super.key,
@PathParam('documentTypeSlug') required this.documentTypeSlug,
@PathParam('documentId') required this.documentId,
@PathParam('versionId') this.versionId,
});