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