Dart #1: defult value, late, final, const

ARiΒ·2023λ…„ 5μ›” 16일
0

Hello World

Read more about the main() function in Dart, including optional parameters for command-line arguments.

πŸ“ In computing, a command is a directive to a computer program to perform a specific task.

πŸ“ https://www.freecodecamp.org/news/command-line-for-beginners/

Variables

  • Default value

  • Late variables
    Declaring a non-nullable variable that’s initialized after its declaration.

  • Final and const
    If you never intend to change a variable, use final or const

profile
ν•˜μ΄ν•˜μ΄

0개의 λŒ“κΈ€