WooShippingMethodLocalPickup.fromJson constructor
Implementation
WooShippingMethodLocalPickup.fromJson(Map<String, dynamic> json) {
id = json['id'];
title = json['title'];
methodId = json['method_id'];
taxable = json['taxable'];
cost = json['cost'];
}