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