isMacOS property

bool get isMacOS

Implementation

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