StackPack constructor

StackPack({
  1. Map<String, String>? descriptions,
  2. String? iconDataURL,
  3. String? id,
  4. String? title,
})

Implementation

StackPack({
  this.descriptions,
  this.iconDataURL,
  this.id,
  this.title,
});