InlineQueryResultGame constructor

const InlineQueryResultGame({
  1. required String id,
  2. required Game game,
})

Represents information about a game

Implementation

const InlineQueryResultGame({
  required this.id,
  required this.game,
});