MacOSAttributes constructor

const MacOSAttributes({
  1. required MacOSProcessor processor,
  2. required Version sdkVersion,
})

Implementation

const MacOSAttributes({
  required this.processor,
  required this.sdkVersion,
}) : super("macos", sdkVersion);