Map<String, dynamic> toJson() { return { 'id': id, 'first_name': firstName, 'last_name': lastName, 'email': email, 'customer_code': customerCode, 'phone': phone, }; }