halildurmus / dartwinrt

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

fix!: getters that return collection objects are now nullable #297

Closed halildurmus closed 1 year ago

halildurmus commented 1 year ago

Description

Getters that return collection objects such as IVector are now nullable.

Related Issue

Fixes #296

Type of Change