This is with null safety, the question mark means that this String? can possibly be null and flutter will allow you to assign null to it . String can never be null and you’ll get an error before compiling.29 Mar 2021
What does the question mark mean in flutter?
This is with null safety, the question mark means that this String? can possibly be null and flutter will allow you to assign null to it . String can never be null and you’ll get an error before compiling.29 Mar 2021