isMacos property
bool
get
isMacos
Implementation
bool get isMacos => switch (this) { MacosPlatform() => true, _ => false };
bool get isMacos => switch (this) { MacosPlatform() => true, _ => false };