lastOrderId property

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

Implementation

@JsonKey(name: 'last_order_id', includeIfNull: false)
final int? lastOrderId;