SellerProtection constructor

const SellerProtection({
  1. SellerProtectionStatus? status,
  2. List<DisputeCategoryValue>? disputeCategories,
})

Implementation

const SellerProtection({this.status, this.disputeCategories});