Gateway constructor

Gateway({
  1. required Key key,
  2. required PortService device,
})

Implementation

Gateway({required Key key, required this.device}) : super(key: key);