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