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