rotateRight method

void rotateRight()

Implementation

void rotateRight() => _rotate(left: false);