How to get Map keys by values in Dart? March 4, 2023 by Tarik var usdKey = curr.keys.firstWhere( (k) => curr[k] == 'USD', orElse: () => null);