toJson method

Map toJson()

Implementation

Map toJson() {
  return {
    'inline_keyboard': inlineKeyboard,
  };
}