Read this post with code syntax highlighting on Coffeeclass.io. The Problem Recently, I was building a Flutter app and I needed to map over an array of users when a user logged in and check if their username, password, and security question answer matched what was in the database (the userArray). …