TCICLogParam constructor

TCICLogParam({
  1. required int sequence,
  2. required String module,
  3. required String action,
  4. required String param,
  5. String ext = '',
  6. int code = 0,
  7. String desc = '',
  8. String stack = '',
  9. bool report = true,
  10. String level = 'info',
})

Implementation

TCICLogParam({required this.sequence, required this.module, required this.action, required this.param, this.ext = '', this.code = 0, this.desc = '', this.stack = '', this.report = true, this.level = 'info'});