AlarmMessageModel constructor

AlarmMessageModel({
  1. required String sn,
  2. required int pgnum,
  3. required String userId,
  4. String? st,
  5. String? et,
  6. String? am,
  7. String? wd = '90',
  8. String? hg = '60',
  9. int? ch,
  10. int pgsize = 20,
  11. String? event,
  12. int? usercheck = 1,
  13. String? muserid,
})

Implementation

AlarmMessageModel(
    {required this.sn,
    required this.pgnum,
    required this.userId,
    this.st,
    this.et,
    this.am,
    this.wd = '90',
    this.hg = '60',
    this.ch,
    this.pgsize = 20,
    this.event,
    this.usercheck = 1,
    this.muserid})
    : super(msg: 'alarm_query');