InlineQueryResult constructor
const
InlineQueryResult({
- required String id,
Creates a new InlineQueryResult object.
Implementation
const InlineQueryResult({required this.id});
Creates a new InlineQueryResult object.
const InlineQueryResult({required this.id});