String? getString( String key, { List<dynamic>? params }) => NUIGlobalConfig.get(module: NUIApp._STRING_CONFIGS)?.getString(key, params: params);