Creates a Global of 64-bit integer type with value.
value
Global.i64({BigInt? value, bool mutable = false}) : jsObject = _Global(_descriptor('i64', mutable), (value ?? BigInt.zero).toJs());