BotSeatableCase constructor
const
BotSeatableCase({
- required String name,
- required Map<
String, dynamic> gameConfig, - required Map<
String, dynamic> botConfig, - required bool expected,
Implementation
const BotSeatableCase({
required super.name,
required this.gameConfig,
required this.botConfig,
required this.expected,
});