key
String? getInfoItemWithString(String key) { final result = info[key]; return (result is String) ? result : null; }