FakeKernel constructor

FakeKernel(
  1. List<FakeChip> chips
)

Creates a fake kernel exposing chips.

Implementation

FakeKernel(this.chips);