DataCollectionAnnotation constructor

const DataCollectionAnnotation({
  1. bool? paginations,
  2. bool? collections,
  3. bool? response,
  4. bool? computed,
})

constructor

Implementation

const DataCollectionAnnotation({
  this.paginations,
  this.collections,
  this.response,
  this.computed,
});