PhicommR1ControlerPage constructor

PhicommR1ControlerPage({
  1. required Key key,
  2. required PortServiceInfo device,
})

Implementation

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