average property

double get average

Implementation

double get average => (topLeft + topRight + bottomLeft + bottomRight) / 4;