layout property

  1. @override
StructLayout layout
override

The layout representing the structure of the program.

Implementation

@override
StructLayout get layout =>
    LayoutConst.struct([LayoutConst.blob(data.length, property: "data")]);