return String by key if exists else return '' (Empty String)
String
''
static String getStringOrEmpty( String key, ) => getStringOrNull(key) ?? '';