DokusList constructor

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

Implementation

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