staticLayout property

StructLayout staticLayout
final

Implementation

static final staticLayout = LayoutConst.struct([
  LayoutConst.tuple([
    LayoutConst.string(property: "key"),
    LayoutConst.string(property: "value"),
  ], property: "values")
], property: "additionalMetadata");