messages property

List<Map<String, String>> messages
final

Implementation

final List<Map<String, String>> messages = [
  {'sender': 'NGO Hope', 'text': 'Is the item still available?'},
  {'sender': 'You', 'text': 'Yes, you can collect it tomorrow.'},
];