SellerProtection constructor

const SellerProtection(
  1. SellerProtectionStatus? status,
  2. List<DisputeCategory>? disputeCategories
)

Implementation

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