WASIComponentWitVariantCase constructor
const
WASIComponentWitVariantCase({
- required String name,
- required String? type,
- required WASIComponentWitSpan span,
Creates a WIT variant case boundary.
Implementation
const WASIComponentWitVariantCase({
required this.name,
required this.type,
required this.span,
});