type property

  1. @override
InlineQueryResultType get type
override

Type of the result, must be InlineQueryResultType.game

Implementation

@override
InlineQueryResultType get type => InlineQueryResultType.game;