TCICMuteAllRepModel constructor

TCICMuteAllRepModel({
  1. int errorCode = 0,
  2. String errorMsg = '',
  3. String requestId = '',
})

Implementation

TCICMuteAllRepModel({
  this.errorCode = 0,
  this.errorMsg = '',
  this.requestId = '',
});