asInt method

int asInt ()

Implementation

int asInt(){
  assert(_isStream != null && !_isStream);
  return int.parse(asString());
}