ReplyInlineMarkup constructor

const ReplyInlineMarkup({
  1. required List<KeyboardButtonRowBase> rows,
})

Reply Inline Markup constructor.

Implementation

const ReplyInlineMarkup({required this.rows}) : super._();