Returns a list of all attribute keys. The returned list is unmodifiable.
List<String> get keys => List.unmodifiable(_entries.keys);