row property

  1. @JsonKey(name: 'row')
int? row
getter/setter pair

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;