static bool checkKeyFromJson(json, String key) => json.isNotEmpty && json.containsKey(key) && json[key] != null;