PacketMirroringsScopedList constructor

PacketMirroringsScopedList({
  1. List<PacketMirroring>? packetMirrorings,
  2. PacketMirroringsScopedListWarning? warning,
})

Implementation

PacketMirroringsScopedList({
  this.packetMirrorings,
  this.warning,
});