CustomerData constructor
const
CustomerData({})
Implementation
const CustomerData({
required this.id,
required this.code,
required this.name,
required this.vip,
this.address,
this.phone,
required this.email,
this.imagePath,
});