report_element.dart 52 B

123
  1. abstract class IReportElement {
  2. late String id;
  3. }