value property

String get value

Implementation

String get value => switch(this) {
  DexType.CPI => "constant_product",
};