orderId property

  1. @JsonKey(name: 'order_id')
String? orderId
final

Only set for top level comments. The number displayed with the comment in the UI.

Implementation

@JsonKey(name: 'order_id')
final String? orderId;