toInt64 method

Int64 toInt64()

Implementation

fixnum.Int64 toInt64() {
  return fixnum.Int64(this);
}