position property

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

New position for the channel

Implementation

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