Protocols constructor

Protocols({
  1. List<ProtocolL4> level4 = const [],
  2. ProtocolL7? level7,
})

Returns a new Protocols instance.

Implementation

Protocols({
  this.level4 = const [],
  this.level7,
});