WASIComponentWitVariantCase constructor

const WASIComponentWitVariantCase({
  1. required String name,
  2. required String? type,
  3. required WASIComponentWitSpan span,
})

Creates a WIT variant case boundary.

Implementation

const WASIComponentWitVariantCase({
  required this.name,
  required this.type,
  required this.span,
});