targetVersion property
      
      int
      get
      targetVersion
      
    
    
The lowest MacOS version that the compiled code will be compatible with.
Implementation
int get targetVersion => _syntax.targetVersion;The lowest MacOS version that the compiled code will be compatible with.
int get targetVersion => _syntax.targetVersion;