PutCustomerInfoResponse.fromJson constructor Null safety
Implementation
factory PutCustomerInfoResponse.fromJson(Map<String, dynamic> json) =>
PutCustomerInfoResponse(json['id']);
factory PutCustomerInfoResponse.fromJson(Map<String, dynamic> json) =>
PutCustomerInfoResponse(json['id']);