position property

  1. @JsonKey.new(includeIfNull: false)
int? position
final

The new position for the role

Implementation

@JsonKey(includeIfNull: false)
final int? position;