You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can be more optimal and does not fail to perform ... the returning value can some times be interpreted as num.
((row.values.first ?? 0) as num).toDouble(), as double will fail for number like 1, 2, 3, for integers ...
The text was updated successfully, but these errors were encountered:
This can be more optimal and does not fail to perform ... the returning value can some times be interpreted as num.
((row.values.first ?? 0) as num).toDouble(), as double will fail for number like 1, 2, 3, for integers ...
The text was updated successfully, but these errors were encountered: