lazyStruct<R extends LayoutRepository> static method
LazyStructLayout<R>
lazyStruct<R extends LayoutRepository>(
- List<
BaseLazyStructLayoutBuilder< fields, {Object?, R> > - String? property,
- R? repository,
- bool decodePrefixes = false,
Implementation
static LazyStructLayout<R> lazyStruct<R extends LayoutRepository>(
List<BaseLazyStructLayoutBuilder<Object?, R>> fields, {
String? property,
R? repository,
bool decodePrefixes = false,
}) => LazyStructLayout(
fields,
property: property,
decodePrefixes: decodePrefixes,
repository: repository,
);