BundleItemOptions constructor

BundleItemOptions({
  1. String type = '',
  2. String description = '',
  3. Map<String, dynamic> placeholders = const {},
})

Implementation

BundleItemOptions({
  this.type = '',
  this.description = '',
  this.placeholders = const {},
});