CrawledBlock constructor
const
CrawledBlock({
- required String blockName,
- required List<
CrawledProperty> properties, - required List<
CrawledBlock> nestedBlocks,
Implementation
const CrawledBlock({
required this.blockName,
required this.properties,
required this.nestedBlocks,
});