[Solved] Implicit super constructor Event() is undefined [duplicate]

[ad_1]

The object that you’re extending,Event, does not have a constructor that takes no arguments. So you need to call super and specify arguments like you do in your other constructor.

[ad_2]

solved Implicit super constructor Event() is undefined [duplicate]