EcgBean constructor

EcgBean({
  1. required int type,
  2. required List<int>? ints,
  3. required String? date,
})

Implementation

EcgBean({required this.type, required this.ints, required this.date});