Input$WidgetIntegrationContentGamesInput constructor

Input$WidgetIntegrationContentGamesInput({
  1. bool? enable,
  2. bool? football,
  3. bool? betting,
})

Implementation

factory Input$WidgetIntegrationContentGamesInput({
  bool? enable,
  bool? football,
  bool? betting,
}) =>
    Input$WidgetIntegrationContentGamesInput._({
      if (enable != null) r'enable': enable,
      if (football != null) r'football': football,
      if (betting != null) r'betting': betting,
    });