struct static method

StructLayout struct(
  1. List<Layout> fields, {
  2. String? property,
  3. bool decodePrefixes = false,
})

StructLayout values.

Implementation

static StructLayout struct(List<Layout> fields,
        {String? property, bool decodePrefixes = false}) =>
    StructLayout(fields, property: property, decodePrefixes: decodePrefixes);