caseType property

  1. @override
String caseType
override

Returns the SystemVerilog keyword to represent this case block.

Implementation

@override
String get caseType => 'casez';