passwords constant

List<String> const passwords

Implementation

static const List<String> passwords = [
  "password123",
  "qwerty123",
  "letmein456",
  "welcome789",
  "iloveyou1",
  "password@2024",
  "helloWorld1",
  "letmein_1234",
  "trustNo1",
  "mysecurepassword",
];