HttpProfile constructor Null safety
- {required List<
HttpProfileRequest> requests, - required int timestamp}
Implementation
HttpProfile({required this.requests, required this.timestamp});
HttpProfile({required this.requests, required this.timestamp});