String asMoney({ String currency = 'VND', }) { return (this as num).asMoney(hasDecimals: false, currency: currency); }