hoistPosition property

  1. @JsonKey.new(includeIfNull: false, name: 'hoist_position')
int? hoistPosition
final

The position of the role in the hoisted member list

Implementation

@JsonKey(includeIfNull: false, name: 'hoist_position')
final int? hoistPosition;