AccountBalance constructor
      
      AccountBalance({})
     
    
    
Implementation
AccountBalance({
  required this.available,
  required this.current,
  required this.limit,
  required this.isoCurrencyCode,
  required this.unofficialCurrencyCode,
  this.lastUpdatedDatetime,
});