lazyStruct static method

LazyStructLayout lazyStruct(
  1. List<BaseLazyLayout> fields, {
  2. String? property,
  3. bool decodePrefixes = false,
})

Implementation

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