halildurmus / dartwinrt

Idiomatic Dart projection of the modern Windows Runtime (WinRT) APIs.
BSD 3-Clause "New" or "Revised" License
49 stars 3 forks source link

Getters that return collection objects such as `IVector` should be nullable #296

Closed halildurmus closed 12 months ago

halildurmus commented 12 months ago

Currently, these getters are projected as non-nullable, which is incorrect.