struct static method

Structure struct(
  1. List<Layout> fields, [
  2. String? property,
  3. bool decodePrefixes = false
])

Structure values.

Implementation

static Structure struct(List<Layout> fields,
        [String? property, bool decodePrefixes = false]) =>
    Structure(fields, property: property, decodePrefixes: decodePrefixes);