StructHandle constructor
StructHandle(})
Implementation
StructHandle(
this.name,
Map<String, DslType> fields, {
this.description,
super.defaultValue,
}) : fields = UnmodifiableMapView(Map<String, DslType>.from(fields));