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