Input$InsightsBreakdownsInput constructor

Input$InsightsBreakdownsInput({
  1. required List<String> topCountries,
  2. required String topDevice,
  3. required String weakDevice,
})

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,
    });