Flutter – Error extending class in Dart: "no_generative_constructors_in_superclass"
I'm encountering an issue in Dart related to class inheritance and constructors. The error message I'm receiving is: error: The class 'PathWithActionHistory' can't extend 'Path' because 'Path' only has factory constructors (no generative constructors), and 'PathWithActionHistory' has at least one…