getBackgroundItem method

PackItem<BackgroundDefinition>? getBackgroundItem(
  1. String id, [
  2. String namespace = ''
])

Implementation

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