naclArch property

PlatformNaclArch get naclArch

The native client architecture. This may be different from arch on some platforms.

Implementation

PlatformNaclArch get naclArch => PlatformNaclArch.fromJS(_wrapped.nacl_arch);
set naclArch (PlatformNaclArch v)

Implementation

set naclArch(PlatformNaclArch v) {
  _wrapped.nacl_arch = v.toJS;
}