I am assuming this is a DataView or a List, and that onWordTap is a listener for for itemtap.
If that is the case, to get data from records, you just need record.get('name'). You can also use record.get('definitions')[0].definition (note that you've spelled it defintion in your code - beware).