RegisterCustomerResult constructor
RegisterCustomerResult({
- required bool success,
- CustomerInfo? customer,
- String? message,
Implementation
RegisterCustomerResult({
required this.success,
this.customer,
this.message,
});