BotsGetPopularAppBots constructor

const BotsGetPopularAppBots({
  1. required String offset,
  2. required int limit,
})

Bots Get Popular App Bots constructor.

Implementation

const BotsGetPopularAppBots({required this.offset, required this.limit})
    : super._();