productsRemoved property

  1. @JsonKey(name: 'products_removed')
List<ProductResponse>? productsRemoved
inherited

Implementation

@JsonKey(name: 'products_removed')
List<ProductResponse>? get productsRemoved =>
    throw _privateConstructorUsedError;