native icon indicating copy to clipboard operation
native copied to clipboard

Keywords are too restrictive

Open HosseinYousefi opened this issue 2 years ago • 0 comments

For example, we could have a function called get but it's currently changed to get0 not to clash with the get keyword in the getters.

Even more of these could be used if we import dart:core as core;. So this renaming can be context dependant instead.

HosseinYousefi avatar Mar 30 '23 11:03 HosseinYousefi