You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can define prop like var foo(default, set):String = 'bar'; and it bypasses setter on initialization ( https://try.haxe.org/#1eaA1901 ). But is this documented? I couldnt find it in the manual.