12345678910111213141516171819202122232425262728293031323334353637383940 |
- // ignore_for_file: file_names
- final List users = [
- {
- 'user': 'Irma Trias',
- 'username': 'irma',
- },
- {
- 'user': 'Agus Sol',
- 'username': 'agus',
- },
- {
- 'user': 'Abidzar',
- 'username': 'abi',
- },
- {
- 'user': 'Arif Yu',
- 'username': 'arif',
- },
- {
- 'user': 'Yulianto',
- 'username': 'yul',
- },
- {
- 'user': 'Tantowi',
- 'username': 'tanto',
- },
- {
- 'user': 'Sasmita',
- 'username': 'mita',
- },
- {
- 'user': 'Tiyan',
- 'username': 'tiyan',
- },
- {
- 'user': 'Agus Sol',
- 'username': 'agus',
- },
- ];
|