LevelChange constructor
- required double difference,
 - required Incline direction,
 - LevelChangeType? type,
 
Implementation
LevelChange({
            required this.difference,
            required this.direction,
            this.type
            });
LevelChange({
            required this.difference,
            required this.direction,
            this.type
            });