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