archName property

String get archName

The architecture name of the processors.

Implementation

String get archName => _wrapped.archName;
set archName (String v)

Implementation

set archName(String v) {
  _wrapped.archName = v;
}