WooProductDimension.fromJson constructor

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

Implementation

WooProductDimension.fromJson(Map<String, dynamic> json)
    : length = json['length'],
      width = json['width'],
      height = json['height'];