StructureViewer<T> constructor
StructureViewer<T> (
- DogEngine engine,
- DogStructure structure
Implementation
StructureViewer(this.engine, this.structure) {
factories = structure.fields.map((e) {
final (binder, context) = FlutterWidgetBinder.resolveBinder(engine, structure, e);
return binder;
}).toList();
}