allDecorations property

Iterable<GameDecoration>? allDecorations

Implementation

Iterable<GameDecoration>? get allDecorations {
  return gameRef.decorations();
}