+ flutter dart map How can I grab the last N elements in a Map<int, dynamic>? I currently have a Map<int, dynamic> where the key is an order of insertion. For example const Map<int, dynamic> log = { 1: {'startDate': 1111, 'endDate': 2222}, 2: {'startDate': 12... wono | tweet Add comment Do you want to delete? YesNo