WooShippingZoneMethodClassCosts.fromJson constructor
Implementation
WooShippingZoneMethodClassCosts.fromJson(Map<String, dynamic> json) {
id = json['id'];
label = json['label'];
description = json['description'];
type = json['type'];
value = json['value'];
classCostsDefault = json['default'];
tip = json['tip'];
placeholder = json['placeholder'];
}