Alerts constructor
Alerts({})
Returns a new Alerts instance.
Implementation
Alerts({
this.dateCreated,
this.lastUpdated,
this.alertId,
required this.assetId,
this.userId,
required this.companyId,
required this.isActive,
});