Abi.current constructor

Abi.current()

The ABI the Dart VM is currently running on.

Implementation

factory Abi.current() {
  return linuxX64;
}