SemanticWrappingInfo constructor

SemanticWrappingInfo({
  1. required bool hasSemantics,
  2. required bool isExcluded,
})

Implementation

SemanticWrappingInfo({required this.hasSemantics, required this.isExcluded});