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

Types `Uri` and WinRT objects such as `XmlDocument` should be declared as nullable in constructors parameters #292

Closed halildurmus closed 12 months ago

halildurmus commented 12 months ago

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