getBackgroundItem method
Implementation
PackItem<BackgroundDefinition>? getBackgroundItem(
String id, [
String namespace = '',
]) => PackItem.wrap(
pack: this,
namespace: namespace,
id: id,
item: getBackground(id),
);
PackItem<BackgroundDefinition>? getBackgroundItem(
String id, [
String namespace = '',
]) => PackItem.wrap(
pack: this,
namespace: namespace,
id: id,
item: getBackground(id),
);