caseType property

  1. @protected
String caseType

Returns the SystemVerilog keyword to represent this case block.

Implementation

@protected
String get caseType => 'case';