isClockWise static method

dynamic isClockWise(
  1. dynamic pts
)

Implementation

static isClockWise(pts) {
  return ShapeUtils.area(pts) < 0;
}