What is the difference between the “const” and “final” keywords in Dart?

前端 未结 11 1302
温柔的废话
温柔的废话 2020-11-27 10:52

What is the difference between const and final keyword in Dart?

11条回答
  •  南方客
    南方客 (楼主)
    2020-11-27 11:36

    final and const in dart are confusing to the level we think both of them are the same.

    Let's see their differences :

    P.S. I included image instead of text as I couldn't tabulate the info in Stackoverflow .md format easily.

提交回复
热议问题