AlertsUpdate constructor

AlertsUpdate({
  1. String? assetId,
  2. String? userId,
  3. String? companyId,
  4. bool? isActive,
})

Returns a new AlertsUpdate instance.

Implementation

AlertsUpdate({
  this.assetId,
  this.userId,
  this.companyId,
  this.isActive,
});