I’m trying to override a getter of a variable defined as ‘default’.
to be more specific,
I’m trying to override ‘bytesLoaded’ getter in a class that extends
openfl.media.Sound.
the variable is defined as followed:
public var bytesLoaded (default, null):Int;
does anyone know how to do that?