ConnectionStatus constructor

ConnectionStatus({
  1. required Status status,
})

Implementation

ConnectionStatus({
  required this.status,
});