DokusList constructor

const DokusList({
  1. Key? key,
  2. List<DocumentData>? dokus,
})

Implementation

const DokusList({Key? key, this.dokus}) : super(key: key);