call abstract method

$R call({
  1. String? description,
  2. int? maxPlayers,
  3. bool? noDarkRooms,
})

Implementation

$R call({String? description, int? maxPlayers, bool? noDarkRooms});