LevelChange constructor

LevelChange({
  1. required double difference,
  2. required Incline direction,
  3. LevelChangeType? type,
})

Implementation

LevelChange({
            required this.difference,
            required this.direction,
            this.type
            });