String? extractCurrency( String key, Map<String, dynamic> properties, String? defaultCurrency) { return properties[key] ?? defaultCurrency; }