Creates an empty profile.
name and useCustomWarmUp must not be null.
name
useCustomWarmUp
Profile({required this.name, this.useCustomWarmUp = false}) : _isWarmingUp = useCustomWarmUp;