report_element.dart 48 B

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