isMacOS property

bool isMacOS

Implementation

bool get isMacOS {
  return io.Platform.isMacOS;
}