arch property

PlatformArch get arch

The machine's processor architecture.

Implementation

PlatformArch get arch => PlatformArch.fromJS(_wrapped.arch);
set arch (PlatformArch v)

Implementation

set arch(PlatformArch v) {
  _wrapped.arch = v.toJS;
}