metsIncrement property
Implementation
static double get metsIncrement {
const values = ExerciseIntensityModel.values;
if (values.length < 2) return 0;
return values[1].value - values[0].value;
}
static double get metsIncrement {
const values = ExerciseIntensityModel.values;
if (values.length < 2) return 0;
return values[1].value - values[0].value;
}