productExists property

  1. @JsonKey.new(name: 'product_exists', includeIfNull: false)
bool? productExists
final

Implementation

@JsonKey(name: 'product_exists', includeIfNull: false)
final bool? productExists;