CustomerInfo constructor
CustomerInfo({})
Implementation
CustomerInfo({
required this.status,
required this.generated,
required this.present,
required this.id,
required this.extId,
});
CustomerInfo({
required this.status,
required this.generated,
required this.present,
required this.id,
required this.extId,
});