getBackgroundItems method

Iterable<PackItem<BackgroundDefinition>> getBackgroundItems([
  1. String namespace = ''
])

Implementation

Iterable<PackItem<BackgroundDefinition>> getBackgroundItems([
  String namespace = '',
]) => getBackgrounds().map((e) => getBackgroundItem(e, namespace)).nonNulls;