An array containing all keys, or an empty array if the document has no properties.
List<String> getKeys() { if (_data != null) { return _data.keys.toList(); } else { return List<String>(); } }