EngineNotification constructor Null safety
- {required String type,
- EngineNotificationParameter? parameter,
- String createdUtc = '',
- Duration validAge = Duration.zero}
Notification
Implementation
EngineNotification({
required this.type,
this.parameter,
this.createdUtc = '',
this.validAge = Duration.zero,
});