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

Refactor WinRTEnumProjection #47

Closed halildurmus closed 1 year ago

halildurmus commented 1 year ago

Description

Slightly refactors the WinRTEnumProjection and also changes the toCamelCase extension method to convert 1-length strings to lowercase.

Related Issue

None

Type of Change