MarsGoatz
Results
1
issues of
MarsGoatz
```dart void main() { String? test; String anotherTest = '$test'; print(anotherTest); } ``` I tried this on dartpad this prints ```null```. Feel like this is a hack and shouldn't be...
state-backlog
nnbd