Skip to content

Instantly share code, notes, and snippets.

@Rahiche
Created December 11, 2018 13:56
Show Gist options
  • Save Rahiche/80bb827130a07ca3f55c85a6f5d9c8c3 to your computer and use it in GitHub Desktop.
Save Rahiche/80bb827130a07ca3f55c85a6f5d9c8c3 to your computer and use it in GitHub Desktop.
List<Client> testClients = [
Client(firstName: "Raouf", lastName: "Rahiche", blocked: false),
Client(firstName: "Zaki", lastName: "oun", blocked: true),
Client(firstName: "oussama", lastName: "ali", blocked: false),
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment