ordered property

  1. @JsonKey.new(includeIfNull: false)
bool? ordered
getter/setter pair

Whether the SDK guarantees that the receiver receives the data in the sent order.

  • true: Guarantee that the receiver receives the data in the sent order.
  • false: Do not guarantee that the receiver receives the data in the sent order.

Do not set this parameter to true if you need the receiver to receive the data immediately.

Implementation

@JsonKey(includeIfNull: false)
bool? ordered;