apply static method
Implementation
static void apply(BlogsStrings? strings) {
if (strings == null) return;
_global = _global.merge(strings);
}
static void apply(BlogsStrings? strings) {
if (strings == null) return;
_global = _global.merge(strings);
}