toString
is a dangerous name for the NSString
->String
conversion method
#1819
Labels
Milestone
toString
is a dangerous name for the NSString
->String
conversion method
#1819
Spot the bug in the code below:
I would strongly prefer a
toDartString
method to do the conversion so that this code (usingtoDartString
in place oftoString
) wouldn't compile. The current version seems extremely likely to cause mistakes like the above in actual usage, and they won't be caught until runtime.The text was updated successfully, but these errors were encountered: