ProtocolList constructor

ProtocolList({
  1. List<Protocol>? protocols,
})

Implementation

ProtocolList({
  this.protocols,
});