messages constant

List<String> const messages

Implementation

static const List<String> messages = [
  "Hey there!",
  "How’s it going?",
  "Check your inbox.",
  "I’ll call you later.",
  "Thanks!",
  "Let’s meet at 3 PM.",
  "Got it.",
  "Sending now.",
  "LOL 😄",
  "Good night!",
];