area method

int area()

Simply returns the area

Implementation

int area() => width * height;