TCICHeartbeatRepModel constructor

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

Implementation

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