WooCustomerDownloadFile constructor

WooCustomerDownloadFile({
  1. String? name,
  2. String? file,
})

Implementation

WooCustomerDownloadFile({this.name, this.file});