4 Matching Annotations
  1. Apr 2022
    1. Just like other type assertions, this doesn’t change the runtime behavior of your code, so it’s important to only use ! when you know that the value can’t be null or undefined.

      we also have something like this in flutter

  2. Jan 2022
    1. A compiler is a program that reads source code and produces a stand-alone executable program that can then be run.

      so that .exe file i saw it's because of compiler hah 😅