column property
The visual "column" where the node should be shown in the UI. If negative, the node is hidden.
Implementation
@JsonKey(name:'column')
int? column;
The visual "column" where the node should be shown in the UI. If negative, the node is hidden.
@JsonKey(name:'column')
int? column;