nodeDisplayPriority property

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

Use this value to sort the presentation node children in ascending order.

Implementation

@JsonKey(name:'nodeDisplayPriority')
int? nodeDisplayPriority;