staticLayout property

StructLayout staticLayout
final

Implementation

static final StructLayout staticLayout = LayoutConst.struct([
  LayoutConst.array(PriorVoter.staticLayout, 32, property: 'voters'),
  LayoutConst.u64(property: "id"),
  LayoutConst.boolean(property: "isEmpty"),
], property: "priorVoters");