VSNodeOutput constructor
const
VSNodeOutput({
- required VSOutputData data,
- Key? key,
Implementation
const VSNodeOutput({
required this.data,
super.key,
});
const VSNodeOutput({
required this.data,
super.key,
});