staticLayout property

StructLayout staticLayout
final

Implementation

static final StructLayout staticLayout = LayoutConst.struct([
  LayoutConst.string(property: "name"),
  LayoutConst.string(property: "uri"),
  LayoutConst.blob(32, property: "hash")
], property: "hiddenSettings");