UnknownProgramLayout constructor

const UnknownProgramLayout(
  1. List<int> data
)

The data of the unknown program layout.

Implementation

const UnknownProgramLayout(this.data);