DeckLayout constructor
const
DeckLayout({})
Creates a DeckLayout.
Implementation
const DeckLayout({
required this.name,
required this.matrix,
this.deckIndex = 0,
this.driverPosition = DriverPosition.left,
this.doorRowIndex,
});