CustomerBalance constructor
CustomerBalance({
- double? balance,
- String? id,
- String? icon,
- bool? isSelected,
- MethodType? type,
Implementation
CustomerBalance({
this.balance,
this.id,
this.icon,
this.isSelected,
this.type,
});