Input$InsightsBreakdownsInput constructor
Input$InsightsBreakdownsInput({})
Implementation
factory Input$InsightsBreakdownsInput({
required List<String> topCountries,
required String topDevice,
required String weakDevice,
}) =>
Input$InsightsBreakdownsInput._({
r'topCountries': topCountries,
r'topDevice': topDevice,
r'weakDevice': weakDevice,
});