PatchbaySemanticsNodeWire constructor
const
PatchbaySemanticsNodeWire({
- required int nodeId,
- required int generation,
- required int? parentNodeId,
- required int depth,
- required String identifier,
- required String label,
- required String? value,
- required bool? valueRedacted,
- required String? hint,
- required String? tooltip,
- required List<
String> flags, - required List<
String> actions, - required bool invisible,
- required bool userActionsBlocked,
- required PatchbaySemanticsRectWire rect,
- required String rectCoordinateSpace,
- required List<
num> ? transformToParent, - required num? scrollPosition,
- required num? scrollExtentMin,
- required num? scrollExtentMax,
- required int? platformViewId,
- required List<
int> children,
Creates a fully validated wire value.
Implementation
const PatchbaySemanticsNodeWire({
required this.nodeId,
required this.generation,
required this.parentNodeId,
required this.depth,
required this.identifier,
required this.label,
required this.value,
required this.valueRedacted,
required this.hint,
required this.tooltip,
required this.flags,
required this.actions,
required this.invisible,
required this.userActionsBlocked,
required this.rect,
required this.rectCoordinateSpace,
required this.transformToParent,
required this.scrollPosition,
required this.scrollExtentMin,
required this.scrollExtentMax,
required this.platformViewId,
required this.children,
});