--

Nice!

The perfect example will be:

DateTime.now()

You can set the `final` variable with `DateTime.now()` because it is initialized at run-time.

Whereas, you cannot set the 'const' variable with `DateTime.now()` because it must be initialized at compile-time.

--

--

DaeWon [캐나다 개발자]

Hello!👋. I’m a mobile engineer living in Toronto, Canada 🇨🇦 Currently, I’m in love with Flutter development, and I’d like to share all my knowledge and info.