contacts property

List<Contact> contacts
final

Implementation

final List<Contact> contacts = const [
  Contact('John Doe', '123-456-7890'),
  Contact('Jane Smith', '987-654-3210'),
  Contact('Alice Johnson', '555-666-7777'),
];