Input$TopChartCategoryItemInput constructor

Input$TopChartCategoryItemInput({
  1. required String key,
  2. required String value,
  3. required bool cron,
})

Implementation

factory Input$TopChartCategoryItemInput({
  required String key,
  required String value,
  required bool cron,
}) =>
    Input$TopChartCategoryItemInput._({
      r'key': key,
      r'value': value,
      r'cron': cron,
    });