Customer.fromJson(Map<String, dynamic> json) { id = json['id']; createdAt = json['createdAt']; verifyUsers = json['verifyUsers']; }