ServiceRuntimeEvent constructor
ServiceRuntimeEvent({})
Implementation
ServiceRuntimeEvent({
required this.type,
required this.reason,
required this.message,
required this.count,
required this.firstTimestamp,
required this.lastTimestamp,
});