I have a question related to Dart Null Safety concept.
Imagine I have a class called Bird
class Bird{ Object character; Bird(); }