toDebugString method

String toDebugString()

Implementation

String toDebugString() {
  return 'Int64[_l=$_l, _m=$_m, _h=$_h]';
}