LCOV - code coverage report
Current view: top level - lib/_classes/structure - account_summary_data.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 0 1 0.0 %
Date: 2024-10-04 11:09:33 Functions: 0 0 -

          Line data    Source code
       1             : // Copyright 2024 The terCAD team. All rights reserved.
       2             : // Use of this source code is governed by a CC BY-NC-ND 4.0 license that can be found in the LICENSE file.
       3             : 
       4             : import 'package:flutter_currency_picker/flutter_currency_picker.dart';
       5             : 
       6             : class AccountSummaryData {
       7             :   String title;
       8             :   String description;
       9             :   num invoices;
      10             :   num bills;
      11             :   Currency? currency;
      12             : 
      13           0 :   AccountSummaryData({
      14             :     required this.title,
      15             :     required this.description,
      16             :     this.currency,
      17             :     this.invoices = 0,
      18             :     this.bills = 0,
      19             :   });
      20             : }

Generated by: LCOV version 1.14