ReportModel constructor

ReportModel({
  1. required String name,
  2. required String dbName,
})

Implementation

ReportModel({required this.name, required this.dbName});