WooProductVariationDownload.fromJson constructor

WooProductVariationDownload.fromJson(
  1. Map<String, dynamic> json
)

Implementation

WooProductVariationDownload.fromJson(Map<String, dynamic> json)
    : id = json['id'],
      name = json['name'],
      file = json['file'];