Constructors | raywenderlich.com


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/4921688-programming-in-dart-fundamentals/lessons/37

Got this error on episode 36, the source looks outdated.

lib/main.dart:5:16:
Error: The const variable β€˜name’ must be initialized.
const String name;
^^^^