targetArchitecture property

Architecture get targetArchitecture

Implementation

Architecture get targetArchitecture {
  if (_targetArchitecture == null) {
    throw StateError('Cannot access target architecture in dry runs');
  }
  return _targetArchitecture;
}