InfoPage constructor
InfoPage({
- required Key key,
- required PortService portService,
Implementation
InfoPage({required Key key, required this.portService}) : super(key: key);