sort method

  1. @override
void sort()
override

Sort cards in the stack in descending order from the top.

Implementation

@override
void sort() {
  ojSort(_cards);
}