isAndroid property

bool get isAndroid

检查是否为Android平台

Implementation

bool get isAndroid => androidId != null || buildSerial != null;