InlineQueryResult constructor

const InlineQueryResult({
  1. required String id,
})

Creates a new InlineQueryResult object.

Implementation

const InlineQueryResult({required this.id});