sanitizeKey function

String sanitizeKey(
  1. String key
)

Implementation

String sanitizeKey(String key) => key.toLowerCase().replaceAll("_", "");