value property

int value

Implementation

int get value {
  switch (this) {
    case EcgFiltrationMethod.normal:
      return 0;
    case EcgFiltrationMethod.aggressive:
      return 1;
  }
}