How I Use the Above using a Shopping App Example — It took some time for me to become comfortable using classes and definitely struggled when I started studying programming a year and a half ago. So, I thought I’d share how I use classes, inheritance, enums and equality (in Dart). I’ll be using a shopping app as an example. Abstract Class & Inheritance Abstract…