toInt method

int? toInt()

Implementation

int? toInt() {
  return _values[this];
}