fullName method

dynamic fullName()

Describe the Hand (we expect every implementor to override this).

Implementation

fullName() {
  return "$level $value";
}