leftTest top-level property

FaceVerificationTest leftTest
final

Implementation

final leftTest = FaceVerificationTest(
    name: {
      Languages.english.value: "Left side scan",
      Languages.indonesian.value: "Hadapkan wajah ke kiri"
    },
    description: {
      Languages.english.value:
          "Move your head to the left, ensuring proper lighting and full visibility within the frame.",
      Languages.indonesian.value:
          "Hadapkan wajah ke kiri, pastikan pencahayaan sudah sesuai dan wajah terlihat jelas di dalam frame."
    },
    icon:
        "https://res.cloudinary.com/zabsiram/image/upload/v1692959968/po4ddgjtosatdo9ogd9f.png",
    test: isLookingLeft);