ManualGateOpenTO constructor

ManualGateOpenTO({
  1. int? wbid,
  2. bool? isOpen,
  3. String? eqCode,
  4. bool? vehicalIn,
  5. String? vehicleNumber,
  6. int? vehicleId,
  7. int? loadingTypeId,
  8. int? moduleId,
  9. int? userId,
  10. bool? isManualOpen,
  11. String? remark,
})

Implementation

ManualGateOpenTO({
  this.wbid,
  this.isOpen,
  this.eqCode,
  this.vehicalIn,
  this.vehicleNumber,
  this.vehicleId,
  this.loadingTypeId,
  this.moduleId,
  this.userId,
  this.isManualOpen,
  this.remark,
});