lazyStruct static method
LazyStructLayout
lazyStruct(
- List<
BaseLazyLayout> fields, { - String? property,
- bool decodePrefixes = false,
Implementation
static LazyStructLayout lazyStruct(List<BaseLazyLayout> fields,
{String? property, bool decodePrefixes = false}) =>
LazyStructLayout(fields,
property: property, decodePrefixes: decodePrefixes);