// // AUTO-GENERATED FILE, DO NOT MODIFY! // // @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first // ignore_for_file: constant_identifier_names // ignore_for_file: lines_longer_than_80_chars import 'package:manager_api_new/api.dart'; import 'package:test/test.dart'; // tests for StatsSummaryDTO void main() { // final instance = StatsSummaryDTO(); group('test StatsSummaryDTO', () { // int totalSessions test('to test the property `totalSessions`', () async { // TODO }); // int avgVisitDurationSeconds test('to test the property `avgVisitDurationSeconds`', () async { // TODO }); // List topSections (default value: const []) test('to test the property `topSections`', () async { // TODO }); // List visitsByDay (default value: const []) test('to test the property `visitsByDay`', () async { // TODO }); // Map languageDistribution (default value: const {}) test('to test the property `languageDistribution`', () async { // TODO }); // Map appTypeDistribution (default value: const {}) test('to test the property `appTypeDistribution`', () async { // TODO }); // List topPois (default value: const []) test('to test the property `topPois`', () async { // TODO }); // List topAgendaEvents (default value: const []) test('to test the property `topAgendaEvents`', () async { // TODO }); // List quizStats (default value: const []) test('to test the property `quizStats`', () async { // TODO }); // List gameStats (default value: const []) test('to test the property `gameStats`', () async { // TODO }); }); }