clear method

void clear()

Implementation

void clear() {
  this.rawValue = 0;
}