value property

int value

Implementation

int get value {
  switch (this) {
    case WorkoutPower.wattsOffset:
      return 1000;
  }
}