GeneratedIds constructor

GeneratedIds({
  1. List<String>? ids,
  2. String? kind,
  3. String? space,
})

Implementation

GeneratedIds({
  this.ids,
  this.kind,
  this.space,
});