Transport constructor

Transport({
  1. required String protocol,
})

Implementation

Transport({
  required this.protocol,
});