NotificationHistoryInsertV3Body constructor
- NotificationTypeDTO? type,
- String? message,
- String? serialNumber,
- String? url,
- PlatformDTO? devicePlatform,
- DateTime? dateCreated,
- List<
String> ? tags,
Implementation
const NotificationHistoryInsertV3Body({
this.type,
this.message,
this.serialNumber,
this.url,
this.devicePlatform,
this.dateCreated,
this.tags,
});