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