Input$WidgetIntegrationContentGamesInput constructor
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,
});