Open ciriousjoker opened 11 months ago
Keep in mind this is super low priority since you can just call .toDouble()
, I was just wondering why that decision was made in the first place.
However, please don't waste resources on this until the crashes are fixed...
Why would you use
num
in Dart? I haven't encountered a case where usingnum
made practical sense, but it especially doesn't make sense when the thing you have is already a floating point number, aka adouble
.By returning
num
, when using the price you have to convert it back to adouble
even though it already is one.