adamped / xamarin.flutter

Running Flutter on Xamarin
MIT License
249 stars 39 forks source link

properly initialize unnamed constructors #55

Closed krdmllr closed 5 years ago

krdmllr commented 5 years ago

since we handle constant unnamed dart constructors as normal constructors in c#, we need to ensure to initialize them unlike their named counterparts