factory VibrationStrength.fromJson(Map<String, dynamic> json) => VibrationStrength( value: json["value"] ?? -1, );