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