WCCustomerUpdatedResponse.fromJson constructor

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

Implementation

WCCustomerUpdatedResponse.fromJson(Map<String, dynamic> json) {
  data = json['data'];
  message = json['message'];
  status = json['status'];
}