isApple property
bool
get
isApple
Returns true for native Apple platforms.
Implementation
bool get isApple =>
!kIsWeb && (this == TargetPlatform.macOS || this == TargetPlatform.iOS);
Returns true for native Apple platforms.
bool get isApple =>
!kIsWeb && (this == TargetPlatform.macOS || this == TargetPlatform.iOS);